072d42241ff039032cc8d0273bbf0f13d931095e
[cellular-automata.git] / 003 / bin / life
1 #! /bin/sh
2
3
4 Y=`expr \`stty size | awk '{print $1}'\` - 4`
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.036887 seconds and 3 git commands to generate.