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 a0f014a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-
-
-Y=`expr \`stty size | awk '{print $1}'\` - 3`
-X=`stty size | awk '{print $2}'`
-
-
-erl \
-    -name life_001@localhost \
-    -noshell \
-    -pa ebin \
-    -life x $X y $Y \
-    -s life bang
This page took 0.022661 seconds and 4 git commands to generate.