Development is 'over', now ACMS Client will have to run with Python 3.5

This commit is contained in:
HorlogeSkynet 2017-04-27 15:33:29 +02:00
parent 98df51e94a
commit dbb5774002

@ -3,6 +3,6 @@
cd src
bash -c "x-terminal-emulator -e python3.5 ./server.py 2> server.log &"
sleep 0.5
bash -c "x-terminal-emulator -e python3 ./client.py $@ 2> client.log &"
bash -c "x-terminal-emulator -e python3.5 ./client.py $@ 2> client.log &"
exit 0