spcd/cd/cd-build-project.sh
2024-03-25 20:04:31 +01:00

7 lines
109 B
Bash
Executable file

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