nsbin/markus-connect.sh
Nico Schottelius bdcfa686c1 ssh in a new xterm with debug
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
2008-07-24 09:45:05 +02:00

7 lines
107 B
Bash
Executable file

#!/bin/sh
term=x-terminal-emulator
term=xterm
host="$(basename $0)"
"${term}" -e "ssh ${host}; sleep 10"