Implement vanilla GoL in TypeScript
[cellular-automata.git] / life / 006 / life
diff --git a/life/006/life b/life/006/life
new file mode 100755 (executable)
index 0000000..718b279
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+HEIGHT=`stty size | awk '{print $1}'`
+WIDTH=`stty size | awk '{print $2}'`
+
+node life.js $HEIGHT $WIDTH
This page took 0.017041 seconds and 4 git commands to generate.