nextcloud/autotest-hhvm.sh

4 lines
72 B
Bash
Raw Normal View History

#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"