Script updates

This commit is contained in:
Marwolf
2018-07-13 16:59:51 -04:00
parent bba4c0709f
commit 0ba37359ce
21 changed files with 866 additions and 114 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
sudo make pull
#Compile
sudo Ant/bin/ant -f Game/client/build.xml compile
sudo Ant/bin/ant -f Game/server/build.xml compile
#Client
Ant/bin/ant -f Game/client/build.xml runclient &
#Server
Ant/bin/ant -f Game/server/build.xml runserver