top | item 41692269 (no title) maxander | 1 year ago Yeah I was unclear there - I meant the other use of the & operator, 'foo & bar' where bar starts after foo completes. AFAIK, if you ran foo by itself, there's no way to make bar automatically run after foo completes. discuss order hn newest yencabulator|1 year ago I had that need and made something a lot simpler: https://github.com/tv42/wait-for-pid arjvik|1 year ago think you mean && there :)
yencabulator|1 year ago I had that need and made something a lot simpler: https://github.com/tv42/wait-for-pid
yencabulator|1 year ago
arjvik|1 year ago