Add server executer based on htmlunit.
This commit is contained in:
3
web/utils/serverexecute
Executable file
3
web/utils/serverexecute
Executable 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 $@
|
Reference in New Issue
Block a user