Compare commits

..

2 Commits

Author SHA1 Message Date
e2543a0c58 ok 2025-08-14 16:44:11 +02:00
ec11513a01 add chmod 2025-08-14 15:34:44 +02:00
6 changed files with 4 additions and 0 deletions

View File

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