projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
294059f
)
wait for processes in run.sh
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sat, 2 Apr 2011 08:09:05 +0000
(11:09 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sat, 2 Apr 2011 08:09:05 +0000
(11:09 +0300)
run.sh
patch
|
blob
|
history
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 ""