added initialize script
All checks were successful
Update Child Repos / update (push) Successful in 9s

This commit is contained in:
2026-02-16 19:59:01 +01:00
parent b68b682b55
commit caf28db785
2 changed files with 12 additions and 0 deletions

11
initialize.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
if [ ! -f ".vars" ]; then
cp vars.example .vars
fi
if [ ! -f "config.yaml" ]; then
cp config.yaml.example config.yaml
fi