Converted to OTP app.
[cellular-automata.git] / 001 / bin / life
CommitLineData
15ee0f23
SK
1#! /bin/sh
2
3
4Y=`expr \`stty size | awk '{print $1}'\` - 3`
5X=`stty size | awk '{print $2}'`
6
7
d2a0e2f9
SK
8erl \
9 -noshell \
10 -pa ebin \
11 -life x $X y $Y \
12 -s life bang
This page took 0.01854 seconds and 4 git commands to generate.