4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
exec busybox ntpd -nN -p pool.ntp.org
|