Moved Life implementations into 'life' directory.
[cellular-automata.git] / 003 / bin / life
diff --git a/003/bin/life b/003/bin/life
deleted file mode 100755 (executable)
index 072d422..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-
-Y=`expr \`stty size | awk '{print $1}'\` - 4`
-X=`stty size | awk '{print $2}'`
-
-
-erl \
-    -noshell \
-    -pa ebin \
-    -s life bang $X $Y
This page took 0.042692 seconds and 4 git commands to generate.