if [ -x './build.py' ] ; then ./build.py \ || exit elif [ -x './build.sh' ] ; then ./build.sh \ || exit else exit fi