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