From 97671cede5c67cc017c22a32fc4828bac32b116f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 28 Nov 2008 13:20:19 +0100 Subject: [PATCH] old script to start firstclass on a different host Signed-off-by: Nico Schottelius --- old/firstclass-remote.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 old/firstclass-remote.sh diff --git a/old/firstclass-remote.sh b/old/firstclass-remote.sh new file mode 100755 index 0000000..1b71897 --- /dev/null +++ b/old/firstclass-remote.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ssh -X 62.65.155.65 "( cd firstclass-8.315-2; ./fcc )"