spcd/cd-build-project
2024-03-23 19:50:20 +01:00

7 lines
109 B
Text
Executable file

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