2023-04-01 10:00:13 +08:00

7 lines
100 B
Bash

#!/bin/sh
name=$1
text=$2
logger -t "$name" "$text"
/usr/lib/rooter/log/modlogger.sh "$name $text"