Added a remote shell shortcut script.
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 25 Jul 2012 05:03:36 +0000 (01:03 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 25 Jul 2012 05:03:36 +0000 (01:03 -0400)
001/bin/life
001/bin/life_shell [new file with mode: 0755]

index cb64898..63d5437 100755 (executable)
@@ -6,6 +6,7 @@ X=`stty size | awk '{print $2}'`
 
 
 erl \
+    -name life_001@localhost \
     -noshell \
     -pa ebin \
     -life x $X y $Y \
diff --git a/001/bin/life_shell b/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.020973 seconds and 4 git commands to generate.