2599106c6e
with a notebook, that moves around and looses its ip and gets a new one.
11 lines
152 B
Bash
Executable file
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
|