This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
ACMS/runACMS.sh
Tatyik 20fc29123b integration acl
Conflicts:
	Server/fileCommands.py
2017-03-16 15:01:40 +01:00

8 lines
187 B
Bash
Executable File

#!/bin/bash
bash -c "x-terminal-emulator -e python3.5 ./Server/server.py 2> server.log &"
sleep 0.5
bash -c "x-terminal-emulator -e python3.4 ./Client/client.py 2> client.log &"
exit 0