add chmod +x *.sh

This commit is contained in:
sasha-astiadi 2025-08-14 15:33:24 +02:00
parent 0310ecfb31
commit 75aa34ae6f

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/"