From 5c65ee244a1d480b62f0f14e9820a624169c1d00 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 25 Jul 2012 01:03:36 -0400 Subject: [PATCH] Added a remote shell shortcut script. --- 001/bin/life | 1 + 001/bin/life_shell | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 001/bin/life_shell 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 -- 2.20.1