6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ROOT=`dirname $0`
|
|
ROOT=`cd $ROOT ; cd .. ; pwd`
|
|
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"
|