second alpha (v0.2)
This commit is contained in:
parent
7a343254e2
commit
7a1094c733
22 changed files with 2343 additions and 1511 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue