Hacker News new | ask | show | jobs
by ageofwant 1752 days ago
What is your bash depends_on: equivalent ? I like the idea of keeping it simple bash, but seems like it is a step back.
2 comments

I’ve used wait-for-it with success.

https://github.com/vishnubob/wait-for-it

I had to look up what depends_on accomplishes, so maybe I'm missing something here, but wouldn't an If/then/else sort that out as well as give you more options?