From: John Tsiombikas Date: Tue, 27 Mar 2018 13:56:01 +0000 (+0300) Subject: run script X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=commitdiff_plain;h=04f2029561c13e45ecb34354f4d459e0aa8e989b run script --- diff --git a/RUN b/RUN new file mode 100755 index 0000000..728ad5c --- /dev/null +++ b/RUN @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -f output.ppm +./csgray && display output.ppm