home
/
code
/
cellular-automata.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added info about Wireworld.
[cellular-automata.git]
/
life
/
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.065873 seconds
and
4
git commands to generate.