bdcfa686c1
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
7 lines
107 B
Bash
Executable file
7 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
term=x-terminal-emulator
|
|
term=xterm
|
|
host="$(basename $0)"
|
|
|
|
"${term}" -e "ssh ${host}; sleep 10"
|