This website works better with JavaScript.
Home
Explore
Help
Sign In
amery
/
home
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Activity
Browse Source
Added sshloop tool
master
Alejandro Mery
13 years ago
parent
35f87a2a56
commit
577cba712b
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
files/bin/sshloop
+ 5
- 0
files/bin/sshloop
View File
@ -0,0 +1,5 @@
#!/bin/sh
while ! ${SSH:-ssh} -o ConnectTimeout=1 "$@"; do
sleep 1;
done
Write
Preview
Loading…
Cancel
Save