nsbin/ressh.sh
Nico Schottelius 2599106c6e Continuisly ssh to a host: Useful for using irc over ssh
with a notebook, that moves around and looses its ip and gets a new one.
2006-08-22 11:04:29 +02:00

11 lines
152 B
Bash
Executable file

#!/bin/sh
#
# Nico Schottelius <nico-linux //@// schottelius.org>
# Date: 21-Aug-2006
# Last Modified: -
#
while true; do
ssh "$@"
read foo
done