1275970Scy#! /bin/sh
2275970Scy
3275970Scylynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
4275970Scy	sed -n -e 's,).*,,' -e' /([0-9.]*$/s/.*(//p' |
5275970Scy	xargs ntpdate -q |
6275970Scy	sort -n +7 > /tmp/ntp-close
7275970Scy
8275970Scy# From: Neal McBurnett <neal@bcn.boulder.co.us>
9