Browse Source

Added sshloop tool

master
Alejandro Mery 13 years ago
parent
commit
577cba712b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      files/bin/sshloop

+ 5
- 0
files/bin/sshloop

@ -0,0 +1,5 @@
#!/bin/sh
while ! ${SSH:-ssh} -o ConnectTimeout=1 "$@"; do
sleep 1;
done

Loading…
Cancel
Save