Scripts to run the test server and client.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@219 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
bindir=`dirname $0`
|
||||
$bindir/runjava com.threerings.cocktail.cher.client.test.TestClient $*
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
bindir=`dirname $0`
|
||||
$bindir/runjava $* com.threerings.cocktail.cher.server.test.TestServer
|
||||
Reference in New Issue
Block a user