repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
scripts
/
ntp-close
blob
b5077e67142cc82585e152c806360d3a94746bfe
1
#! /bin/sh
2
3
lynx
-source
http
://
www.eecis.udel.edu
/
~mills
/
ntp
/
clock2.htm |
4
sed
-n -e
's,).*,,'
-e
' /([0-9.]*$/s/.*(//p'
|
5
xargs
ntpdate
-q
|
6
sort
-n
+
7
> /
tmp
/
ntp-close
7
8
# From: Neal McBurnett <neal@bcn.boulder.co.us>