2006-08-22 09:04:29 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Nico Schottelius <nico-linux //@// schottelius.org>
|
|
|
|
# Date: 21-Aug-2006
|
|
|
|
# Last Modified: -
|
|
|
|
#
|
|
|
|
|
|
|
|
while true; do
|
2013-10-26 21:28:38 +00:00
|
|
|
reset
|
2012-01-10 08:07:01 +00:00
|
|
|
ssh "$@"
|
|
|
|
read foo
|
2006-08-22 09:04:29 +00:00
|
|
|
done
|