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:
Michael Bayne
2001-08-11 00:12:37 +00:00
parent c0334d178d
commit 8ba65f8304
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
bindir=`dirname $0`
$bindir/runjava com.threerings.cocktail.cher.client.test.TestClient $*
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
bindir=`dirname $0`
$bindir/runjava $* com.threerings.cocktail.cher.server.test.TestServer