9468f9b060
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
12 lines
164 B
Bash
Executable file
12 lines
164 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Nico Schottelius <nico-linux //@// schottelius.org>
|
|
# Date: 21-Aug-2006
|
|
# Last Modified: -
|
|
#
|
|
|
|
while true; do
|
|
reset
|
|
ssh "$@"
|
|
read foo
|
|
done
|