Added generation count.
[cellular-automata.git] / 001 / bin / life
index 87edae8..cb64898 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 
-Y=`expr \`stty size | awk '{print $1}'\` - 3`
+Y=`expr \`stty size | awk '{print $1}'\` - 5`
 X=`stty size | awk '{print $2}'`
 
 
This page took 0.017884 seconds and 4 git commands to generate.