mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-31 17:12:58 +02:00
3 lines
58 B
Bash
3 lines
58 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec busybox ntpd -nN -p pool.ntp.org
|