wait for processes in run.sh
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 2 Apr 2011 08:09:05 +0000 (11:09 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 2 Apr 2011 08:09:05 +0000 (11:09 +0300)
run.sh

diff --git a/run.sh b/run.sh
index ce6a48c..7133f03 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -5,4 +5,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:lib
 ./bin/server &
 ./bin/client &
 
+wait
 
+echo "All done."
+echo ""