3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh -e
|
|
HERE=$(dirname "$0")
|
|
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
|