This commit is contained in:
Marc Beninca 2024-03-25 20:01:32 +01:00
parent e1607151ee
commit 6890791909
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
7 changed files with 0 additions and 0 deletions

7
cd/cd-build-project Executable file
View file

@ -0,0 +1,7 @@
if [ -x './build.py' ] ; then
./build.py
elif [ -x './build.sh' ] ; then
./build.sh
else
exit
fi