Compare commits

...

1 Commits

Author SHA1 Message Date
75aa34ae6f add chmod +x *.sh 2025-08-14 15:33:24 +02:00

View File

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