waitforsocket
This is a simple C program that waits for a remote socket to become available. It’s useful to avoid guessing when a service comes back up, etc… more…
This is a simple C program that waits for a remote socket to become available. It’s useful to avoid guessing when a service comes back up, etc… more…
It’s very simple, but probably one of the most useful programs I've written (especially for its size).
waitforsocket somehost 22 ; ssh somehost
Cloning this repository:
git clone git://gitorious.org/waitforsocket/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/waitforsocket/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch

Thursday May 05 2011
Favorite
15:31
geanlouisy started watching waitforsocket/mainline
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
