spcd/cd-build-project

8 lines
109 B
Text
Raw Normal View History

2024-03-23 18:50:20 +00:00
if [ -x './build.py' ] ; then
./build.py
elif [ -x './build.sh' ] ; then
./build.sh
else
exit
fi