-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running on OSX #15
Comments
To get the script to run execute the following commands:
And you should be good to go. (from http://stackoverflow.com/questions/3504945/timeout-command-on-mac-os-x) |
I do like the |
If you are looking for an approach that does not depend on third party tools (curl, wget) and has cross platform support. Please take a look on this other tool https://github.com/maxcnunes/waitforit. |
OSX bash shell doesn't have a timeout command, but often (at least dev OSX machines) will have perl. Can do:
The text was updated successfully, but these errors were encountered: