X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;h=63d54377ddb0760194d227cbe795150bb5973888;hb=5c65ee244a1d480b62f0f14e9820a624169c1d00;hp=87edae8519f70eb2ab863948c617e36fadd522ce;hpb=d2a0e2f9319260ac266296451915776f3399fb70;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life index 87edae8..63d5437 100755 --- a/001/bin/life +++ b/001/bin/life @@ -1,11 +1,12 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 3` +Y=`expr \`stty size | awk '{print $1}'\` - 5` X=`stty size | awk '{print $2}'` erl \ + -name life_001@localhost \ -noshell \ -pa ebin \ -life x $X y $Y \