Initial commit

This commit is contained in:
2025-07-21 14:28:02 +02:00
commit 84bff90664
10 changed files with 184 additions and 0 deletions

3
src/sh/helper.sh Normal file
View File

@@ -0,0 +1,3 @@
err() {
echo "ERROR: ${1:-}"
}