Bumped allowable crash frequency to 1000000/1 sec.
[cellular-automata.git] / 001 / bin / life
CommitLineData
15ee0f23
SK
1#! /bin/sh
2
3
f7349482 4Y=`expr \`stty size | awk '{print $1}'\` - 5`
15ee0f23
SK
5X=`stty size | awk '{print $2}'`
6
7
d2a0e2f9 8erl \
5c65ee24 9 -name life_001@localhost \
d2a0e2f9
SK
10 -noshell \
11 -pa ebin \
12 -life x $X y $Y \
13 -s life bang
This page took 0.026267 seconds and 4 git commands to generate.