ssh in a new xterm with debug
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
1d3738b60b
commit
bdcfa686c1
1 changed files with 7 additions and 0 deletions
7
markus-connect.sh
Executable file
7
markus-connect.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
term=x-terminal-emulator
|
||||
term=xterm
|
||||
host="$(basename $0)"
|
||||
|
||||
"${term}" -e "ssh ${host}; sleep 10"
|
Loading…
Reference in a new issue