0.1.0 • Published 9 years ago
w4u v0.1.0
Wait 4 You
Commandline tool to orchestrate loading
Installing
$ npm install -g w4yUsage
Wait for MSSQL connection
w8 tcp localhost:1433Wait for MongoDB connection
w8 tcp localhost:27017Wait for MySQL connection
w8 tcp localhost:3306Wait for HTTP server up
w8 tcp localhostWait for downloading complete and retry on fail
w8 cmd "wget https://mydomain.com/superscript.sh" --retryWait for success script execution
w8 cmd "sh superscript.sh"Wait for downloading complete and success script execution
w8 cmd "wget https://mydomain.com/superscript.sh" "sh superscript.sh" --sequencedWait 20 seconds
w8 sleep 20License
The MIT License Copyright (c) 2017-present Ivan Zakharchenko
0.1.0
9 years ago