home
/
code
/
cellular-automata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c6ac0
)
Increased max num of procs to 100000000.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 1 Aug 2012 17:32:10 +0000
(13:32 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 1 Aug 2012 17:32:10 +0000
(13:32 -0400)
001/bin/life
patch
|
blob
|
blame
|
history
diff --git
a/001/bin/life
b/001/bin/life
index
a0f014a
..
52be6f3
100755
(executable)
--- a/
001/bin/life
+++ b/
001/bin/life
@@
-6,6
+6,7
@@
X=`stty size | awk '{print $2}'`
erl \
+ +P 100000000 \
-name life_001@localhost \
-noshell \
-pa ebin \
This page took
0.030201 seconds
and
4
git commands to generate.