X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=RUN;h=ab8273a779402d7eba794d9a5805a79c1099ac57;hp=728ad5ccd7795b03a41d5ffa48c5a21204d94172;hb=33b3cb144e8762bbb67424fd68374f92d85cdc3d;hpb=04f2029561c13e45ecb34354f4d459e0aa8e989b diff --git a/RUN b/RUN index 728ad5c..ab8273a 100755 --- a/RUN +++ b/RUN @@ -1,4 +1,4 @@ #!/bin/sh rm -f output.ppm -./csgray && display output.ppm +./csgray scene $* && display output.ppm