I have 2 terminals running, and I'd like to run
#on term1
zeus start
#on term2
zeus server
The problem is that normally it should wait for the start process to complete.
My question is how could I make the second terminal to auto start the server after the zeus start
complete?
I've tried sleep 2
...but there should be better way.
Thanks