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:
f0836b0
)
Start-up wrapper script for 003.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 8 Aug 2012 23:37:16 +0000
(19:37 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 8 Aug 2012 23:37:16 +0000
(19:37 -0400)
003/bin/life
[new file with mode: 0755]
patch
|
blob
diff --git a/003/bin/life
b/003/bin/life
new file mode 100755
(executable)
index 0000000..
27371bd
--- /dev/null
+++ b/
003/bin/life
@@ -0,0
+1,12
@@
+#! /bin/sh
+
+
+Y=`expr \`stty size | awk '{print $1}'\` - 3`
+X=`stty size | awk '{print $2}'`
+
+
+erl \
+ -name life_003@localhost \
+ -noshell \
+ -pa ebin \
+ -s life bang $X $Y
This page took
0.027828 seconds
and
4
git commands to generate.