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