mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
221 B
Bash
Executable file
8 lines
221 B
Bash
Executable file
#! /bin/sh
|
|
|
|
lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
|
|
sed -n -e 's,).*,,' -e' /([0-9.]*$/s/.*(//p' |
|
|
xargs ntpdate -q |
|
|
sort -n +7 > /tmp/ntp-close
|
|
|
|
# From: Neal McBurnett <neal@bcn.boulder.co.us>
|