X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=RUN;h=ab8273a779402d7eba794d9a5805a79c1099ac57;hp=7cf80297df0bf055e7306d3dd41888667ca86721;hb=33b3cb144e8762bbb67424fd68374f92d85cdc3d;hpb=3c43d2e567540f8eca32407c9072b29fba988cc2 diff --git a/RUN b/RUN index 7cf8029..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