This commit is contained in:
Marc Beninca 2024-03-23 19:50:20 +01:00
parent 5aaa437dd8
commit dffda8c1ec
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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