photofloat/web/utils/serverexecute

4 lines
117 B
Bash
Executable File

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