Files
php-lua/travis/build_check.sh
2015-02-02 13:27:33 +00:00

8 lines
77 B
Bash
Executable File

#!/bin/sh
#exit 1 on error
echo "all ok ";
ls ./modules/bartlby.so
exit $?