Development is 'over', now ACMS Client will have to run with Python 3.5
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user