Some terminology changes.
[cellular-automata.git] / 001 / bin / life
index cb64898..a0f014a 100755 (executable)
@@ -1,11 +1,12 @@
 #! /bin/sh
 
 
-Y=`expr \`stty size | awk '{print $1}'\` - 5`
+Y=`expr \`stty size | awk '{print $1}'\` - 3`
 X=`stty size | awk '{print $2}'`
 
 
 erl \
+    -name life_001@localhost \
     -noshell \
     -pa ebin \
     -life x $X y $Y \
This page took 0.031492 seconds and 4 git commands to generate.