8 lines
72 B
Bash
8 lines
72 B
Bash
#!/bin/sh
|
|
|
|
ROOTER=/usr/lib/rooter
|
|
|
|
log() {
|
|
logger -t "SimLock " "$@"
|
|
}
|