Compare commits

..

1 Commits

Author SHA1 Message Date
8a0e993edd chmod +x *.sh 2025-08-14 15:33:40 +02:00

View File

@@ -1,6 +1,9 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")" cd "$(dirname "$0")"
# Ensure all shell scripts are executable
chmod +x *.sh
PREFIX="indaba" PREFIX="indaba"
echo "building for folder: /$PREFIX/" echo "building for folder: /$PREFIX/"