X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;fp=001%2Flife;h=87edae8519f70eb2ab863948c617e36fadd522ce;hb=d2a0e2f9319260ac266296451915776f3399fb70;hp=d653da005b65c8f54bdb9c3af35135eae71ca75c;hpb=15ee0f23d1fabf52523a97e4f7336b548b43577e;p=cellular-automata.git diff --git a/001/life b/001/bin/life similarity index 55% rename from 001/life rename to 001/bin/life index d653da0..87edae8 100755 --- a/001/life +++ b/001/bin/life @@ -5,5 +5,8 @@ Y=`expr \`stty size | awk '{print $1}'\` - 3` X=`stty size | awk '{print $2}'` -erlc life.erl -erl -noshell -s life bang $X $Y +erl \ + -noshell \ + -pa ebin \ + -life x $X y $Y \ + -s life bang