fb2b7f067a9111ccac1d7915dfdac3bf72702d69
[cellular-automata.git] / 003 / bin / 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 -s life bang $X $Y
This page took 0.067999 seconds and 3 git commands to generate.