second alpha (v0.2)

This commit is contained in:
Rainer 2025-06-21 15:58:52 +02:00
parent 7a343254e2
commit 7a1094c733
22 changed files with 2343 additions and 1511 deletions

View file

@ -1,5 +1,8 @@
#!/bin/bash
# Prüfe Abhängigkeiten, bevor irgendetwas anderes passiert
./check_dependencies.sh || exit 1
# Lade globale Konfiguration
# Annahme: config.sh liegt im selben Verzeichnis wie dieses Skript
CONFIG_FILE_PATH="$(dirname "$0")/config.sh"