first commit

This commit is contained in:
Oliver Bohlen
2022-07-06 12:24:21 +02:00
commit 292dc8ccff
46 changed files with 1323 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
function g_logger {
cat <<< $@ | logger -t "$g_syslogtag"
}