summaryrefslogtreecommitdiff
path: root/scripts/compil.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compil.sh')
-rwxr-xr-xscripts/compil.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/compil.sh b/scripts/compil.sh
index 865da98..e1906ee 100755
--- a/scripts/compil.sh
+++ b/scripts/compil.sh
@@ -32,11 +32,11 @@ then case $1 in
gnome-terminal -t SERVEUR --hide-menubar --geometry 48x15+10+0 -e "bash -c 'src/netlem_ds ; echo \"WAITING 15s\" ; sleep 15'"&
echo "WAITING FEW SECONDS"
sleep 5;
- echo -e "\tV. Client 1 execution"
- gnome-terminal -t CLIENT1 --hide-menubar --geometry 48x15+10+310 -e "bash -c 'src/netlem localhost; echo \"WAITING 15s\" ; sleep 15'"&
+ echo -e "\tVI. Client 1 execution (with valgrind)"
+ gnome-terminal -t CLIENT1 --hide-menubar --geometry 48x15+10+600 -e "bash -c 'valgrind src/netlem localhost; echo \"Press ENTER TO CLOSE\" ; read line'"&
sleep 1;
- echo -e "\tVI. Client 2 execution (with valgrind)"
- gnome-terminal -t CLIENT2 --hide-menubar --geometry 48x15+10+600 -e "bash -c 'valgrind src/netlem localhost; echo \"Press ENTER TO CLOSE\" ; read line'"&
+ echo -e "\tV. Client 2 execution"
+ gnome-terminal -t CLIENT2 --hide-menubar --geometry 48x15+10+310 -e "bash -c 'src/netlem localhost; echo \"WAITING 15s\" ; sleep 15'"&
;;
esac
else