Files
gaboshlib/gaboshlib/g_logger.bashfunc
Oliver Bohlen 292dc8ccff first commit
2022-07-06 12:24:21 +02:00

6 lines
74 B
Bash

#!/bin/bash
function g_logger {
cat <<< $@ | logger -t "$g_syslogtag"
}