9 lines
79 B
Bash
9 lines
79 B
Bash
#!/bin/sh
|
|
. /lib/functions.sh
|
|
|
|
log() {
|
|
logger -t "Guest Wifi" "$@"
|
|
}
|
|
|
|
NAME=$1
|