added run.sh and runserver.sh linux scripts

git-svn-id: svn://anubis/gvsu@102 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-04-13 22:53:10 +00:00
parent 238f639535
commit 262753ed65
2 changed files with 4 additions and 0 deletions

2
cs654/final-proj/run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
java BlobWars

View File

@ -0,0 +1,2 @@
#!/bin/sh
java BlobWarsServer