wait-for-it.sh
Version:
Pure bash script to test and wait on the availability of a TCP host and port
16 lines (9 loc) • 422 B
Markdown
# Wait-for-it.sh
A simple NPM wrapper for [wait-for-it.sh](https://github.com/vishnubob/wait-for-it), which is a pure bash script that will wait on the availability of a host and TCP port. See that repo's Readme for further usage info.
## Getting Started
```bash
npm install -g wait-for-it.sh
wait-for-it host:port [-s] [-t timeout] [-- command args]
```
## License
[MIT](LICENSE) © [Jason Maurer](http://maur.co)