87edae8519f70eb2ab863948c617e36fadd522ce
[cellular-automata.git] / 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 erl \
9 -noshell \
10 -pa ebin \
11 -life x $X y $Y \
12 -s life bang
This page took 0.055207 seconds and 3 git commands to generate.