7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/sh
|
|
|
|
name=$1
|
|
text=$2
|
|
|
|
logger -t "$name" "$text"
|
|
/usr/lib/rooter/log/modlogger.sh "$name $text" |