home
/
code
/
cellular-automata.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Update GH URI
[cellular-automata.git]
/
life
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#! /bin/sh
2
3
4
Y=`expr \`stty size | awk '{print $1}'\` - 3`
5
X=`stty size | awk '{print $2}'`
6
7
8
erl \
9
-noshell \
10
-pa ebin \
11
-life x $X y $Y \
12
-s life bang
This page took
0.033458 seconds
and
5
git commands to generate.