Add server executer based on htmlunit.

This commit is contained in:
Jason A. Donenfeld
2011-05-09 07:00:06 -04:00
parent 205fcbef01
commit a57aa30957
22 changed files with 31 additions and 1 deletions

3
web/utils/serverexecute Executable file
View File

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