diff --git a/autorun.sh b/autorun.sh new file mode 100755 index 000000000..f06a333e8 --- /dev/null +++ b/autorun.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -e + +rootdir=$(readlink -f $(dirname $0)) + +# Runs agent scripts +$rootdir/autobuild.sh +sudo $rootdir/autotest.sh +$rootdir/autopackage.sh +