From bdcfa686c14424cde7d9a2a6dce876bfce0f59a1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 Jul 2008 09:45:05 +0200 Subject: [PATCH] ssh in a new xterm with debug Signed-off-by: Nico Schottelius --- markus-connect.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 markus-connect.sh diff --git a/markus-connect.sh b/markus-connect.sh new file mode 100755 index 0000000..314f2c4 --- /dev/null +++ b/markus-connect.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +term=x-terminal-emulator +term=xterm +host="$(basename $0)" + +"${term}" -e "ssh ${host}; sleep 10"