Skip to content

Commit

Permalink
scripts to start server and player
Browse files Browse the repository at this point in the history
  • Loading branch information
rspnk committed Dec 16, 2013
1 parent 7f61c8c commit 456963c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Empty file modified cleanup.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions start_player.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp "bin:bin/external/Guava/guava-14.0.1.jar:bin/external/JUnit/junit-4.11.jar:bin/external/FlyingSaucer/core-renderer.jar:bin/external/JTidy/Tidy.jar:bin/external/reflections/reflections-0.9.9-RC1.jar:bin/external/javassist/javassist.jar" org/ggp/base/apps/player/Player
1 change: 1 addition & 0 deletions start_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp "bin:bin/external/Guava/guava-14.0.1.jar:bin/external/JUnit/junit-4.11.jar:bin/external/FlyingSaucer/core-renderer.jar:bin/external/JTidy/Tidy.jar:bin/external/reflections/reflections-0.9.9-RC1.jar:bin/external/javassist/javassist.jar" org/ggp/base/apps/server/Server

0 comments on commit 456963c

Please sign in to comment.