Wasting less board space.
[cellular-automata.git] / 001 / bin / life
index 63d5437..a0f014a 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 
-Y=`expr \`stty size | awk '{print $1}'\` - 5`
+Y=`expr \`stty size | awk '{print $1}'\` - 3`
 X=`stty size | awk '{print $2}'`
 
 
This page took 0.018515 seconds and 4 git commands to generate.