X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=RUN;h=ab8273a779402d7eba794d9a5805a79c1099ac57;hb=aab39eb873290ce4b268fe4ae303def6bf932bc0;hp=7cf80297df0bf055e7306d3dd41888667ca86721;hpb=7abe0c51fc87e90674427c5ac5848f394af4575a;p=csgray 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