5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ROOT=`dirname $0 | sed 's:/bin::g'`
|
|
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"
|