X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;h=993ca12663e9667acdab91e4e082cb8a3e2bb517;hb=HEAD;hp=cb64898b534921fb67a391574d9b9ad49a7ed94b;hpb=f7349482eecfd0f58668b13a8bdf147b0bcf877f;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life deleted file mode 100755 index cb64898..0000000 --- a/001/bin/life +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh - - -Y=`expr \`stty size | awk '{print $1}'\` - 5` -X=`stty size | awk '{print $2}'` - - -erl \ - -noshell \ - -pa ebin \ - -life x $X y $Y \ - -s life bang