X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=003%2Fbin%2Flife;h=072d42241ff039032cc8d0273bbf0f13d931095e;hb=160a4566dcc36d03f6af95e7c588cc7453fdd905;hp=27371bd39f9571752f5c89f0561e9e7b3d68b0e4;hpb=5138a5bfba8adde459ab07601639f3e8e24ce925;p=cellular-automata.git diff --git a/003/bin/life b/003/bin/life index 27371bd..072d422 100755 --- a/003/bin/life +++ b/003/bin/life @@ -1,12 +1,11 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 3` +Y=`expr \`stty size | awk '{print $1}'\` - 4` X=`stty size | awk '{print $2}'` erl \ - -name life_003@localhost \ -noshell \ -pa ebin \ -s life bang $X $Y