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