1*2b15cb3dSCy Schubert#! /bin/sh 2*2b15cb3dSCy Schubert 3*2b15cb3dSCy Schubertlynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm | 4*2b15cb3dSCy Schubert sed -n -e 's,).*,,' -e' /([0-9.]*$/s/.*(//p' | 5*2b15cb3dSCy Schubert xargs ntpdate -q | 6*2b15cb3dSCy Schubert sort -n +7 > /tmp/ntp-close 7*2b15cb3dSCy Schubert 8*2b15cb3dSCy Schubert# From: Neal McBurnett <neal@bcn.boulder.co.us> 9