photofloat/web/utils/serverexecute
2011-05-09 07:32:30 -04:00

4 lines
126 B
Bash
Executable File

#!/bin/sh
cd $(dirname $0)
java -Xmx128m -classpath $(for i in htmlunit-2.8/*; do echo $i; done|tr '\n' ':') ServerExecute $@