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

7 lines
101 B
Bash

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