From: Siraaj Khandkar Date: Wed, 25 Jul 2012 05:03:36 +0000 (-0400) Subject: Added a remote shell shortcut script. X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=5c65ee244a1d480b62f0f14e9820a624169c1d00;hp=b1f4ac6e347f890e55a273c18dcb9bb19b174bd2;p=cellular-automata.git Added a remote shell shortcut script. --- diff --git a/001/bin/life b/001/bin/life index cb64898..63d5437 100755 --- a/001/bin/life +++ b/001/bin/life @@ -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 index 0000000..27e200f --- /dev/null +++ b/001/bin/life_shell @@ -0,0 +1,6 @@ +#! /bin/sh + + +erl \ + -sname life_001_shell \ + -remsh life_001@localhost