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