Update GH URI
[cellular-automata.git] / 001 / bin / life
diff --git a/001/bin/life b/001/bin/life
deleted file mode 100755 (executable)
index 87edae8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-
-Y=`expr \`stty size | awk '{print $1}'\` - 3`
-X=`stty size | awk '{print $2}'`
-
-
-erl \
-    -noshell \
-    -pa ebin \
-    -life x $X y $Y \
-    -s life bang
This page took 0.027671 seconds and 4 git commands to generate.