5f0e2e2570
other versions of these scripts or enhance this one to allow selection of client and server with a flag. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@241 542714f4-19e9-0310-aa3c-eee0fc999fb1
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
bindir=`dirname $0`
|
|
$bindir/runjava com.threerings.whirled.client.test.TestClient $*
|