Add logger wrapper script

This commit is contained in:
2026-01-11 15:48:32 -06:00
parent e34d47b352
commit f383c6a465

7
logger/logger Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR"
./logger-bin "$@"