Moved Life implementations into 'life' directory.
[cellular-automata.git] / life / 001 / bin / life_shell
diff --git a/life/001/bin/life_shell b/life/001/bin/life_shell
new file mode 100755 (executable)
index 0000000..27e200f
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+
+erl \
+    -sname life_001_shell \
+    -remsh life_001@localhost
This page took 0.032283 seconds and 4 git commands to generate.