dustin / waitforsocket
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Makefile.in | ||
| |
README.markdown | ||
| |
config.h.in | ||
| |
configure | ||
| |
configure.in | ||
| |
main.c | ||
| |
sockets.c | ||
| |
waitforsocket.h |
README.markdown
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...
Example:
waitforsocket somehost 22 ; ssh somehost

