nsbin/ressh.sh
Nico Schottelius 9468f9b060 update
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-26 23:28:38 +02:00

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