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

9 lines
79 B
Bash

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