Setting process limit to no more than necessary.
[cellular-automata.git] / 003 / bin / life
CommitLineData
5138a5bf
SK
1#! /bin/sh
2
3
4Y=`expr \`stty size | awk '{print $1}'\` - 3`
5X=`stty size | awk '{print $2}'`
6
7
8erl \
5138a5bf
SK
9 -noshell \
10 -pa ebin \
11 -s life bang $X $Y
This page took 0.02456 seconds and 4 git commands to generate.