https://github.com/owncloud/core
Raw File
Tip revision: 931d07edd10855f8532627261b75be25ce7603e3 authored by Vincent Petry on 25 January 2017, 15:53:16 UTC
... and .htaccess
Tip revision: 931d07e
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top