d653da005b65c8f54bdb9c3af35135eae71ca75c
[cellular-automata.git] / 001 / life
1 #! /bin/sh
2
3
4 Y=`expr \`stty size | awk '{print $1}'\` - 3`
5 X=`stty size | awk '{print $2}'`
6
7
8 erlc life.erl
9 erl -noshell -s life bang $X $Y
This page took 0.062213 seconds and 4 git commands to generate.