A more readable list.
[cellular-automata.git] / 003 / bin / life
index 27371bd..072d422 100755 (executable)
@@ -1,12 +1,11 @@
 #! /bin/sh
 
 
-Y=`expr \`stty size | awk '{print $1}'\` - 3`
+Y=`expr \`stty size | awk '{print $1}'\` - 4`
 X=`stty size | awk '{print $2}'`
 
 
 erl \
-    -name life_003@localhost \
     -noshell \
     -pa ebin \
     -s life bang $X $Y
This page took 0.023867 seconds and 4 git commands to generate.