X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;h=a0f014aef5b7b395e01e612ccb33a5426ee9d12d;hb=0a9b8c1755fb6126d79e3c51b84df9ff90fbbf6a;hp=cb64898b534921fb67a391574d9b9ad49a7ed94b;hpb=f7349482eecfd0f58668b13a8bdf147b0bcf877f;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life index cb64898..a0f014a 100755 --- a/001/bin/life +++ b/001/bin/life @@ -1,11 +1,12 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 5` +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 \