X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;fp=001%2Fbin%2Flife;h=87edae8519f70eb2ab863948c617e36fadd522ce;hb=d2a0e2f9319260ac266296451915776f3399fb70;hp=0000000000000000000000000000000000000000;hpb=15ee0f23d1fabf52523a97e4f7336b548b43577e;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life new file mode 100755 index 0000000..87edae8 --- /dev/null +++ b/001/bin/life @@ -0,0 +1,12 @@ +#! /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