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