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

8 lines
72 B
Bash

#!/bin/sh
ROOTER=/usr/lib/rooter
log() {
logger -t "SimLock " "$@"
}