first complete version

This commit is contained in:
2026-03-17 11:01:45 +01:00
parent 28aca1a82b
commit af8c7efae9
12 changed files with 334 additions and 77 deletions

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

@@ -0,0 +1,5 @@
# Print error message
err() {
echo "$APP_NAME ERROR: $1" > /dev/stderr
}