aboutsummaryrefslogtreecommitdiffstats
path: root/web/utils/serverexecute
blob: 97a7e65070c81595bbee7df68c672eb7b4640aa8 (plain) (blame)
1
2
3
#!/bin/sh
cd $(dirname $0)
java -Xmx128m -classpath $(for i in htmlunit-2.8/*; do echo $i; done|tr '\n' ':') ServerExecute $@