003 File Manager
Current Path:
/usr/src/contrib/ntp/scripts/build
usr
/
src
/
contrib
/
ntp
/
scripts
/
build
/
📁
..
📄
Makefile.am
(356 B)
📄
Makefile.in
(17.9 KB)
📄
UpdatePoint
(6.08 KB)
📄
VersionName
(1.14 KB)
📄
check--help
(384 B)
📄
checkChangeLog
(453 B)
📄
checkHtmlFileDates
(297 B)
📄
fixautomakedepsmagic
(402 B)
📄
genAuthors.in
(2.2 KB)
📄
genCommitLog
(324 B)
📄
genver
(1.86 KB)
📄
mkver.in
(777 B)
📄
updateBEDate
(1.57 KB)
Editing: checkHtmlFileDates
#! /bin/sh bk version > /dev/null 2>&1 || exit 0 for i in `find * -type f -name '*.html' -print | grep -v SCCS/` do # echo $i set `bk diffs $i | wc -l` lines=$1 case "$lines" in 0) ;; *) echo "Processing <$i>" ../scripts/build/updateBEDate $i ;; esac done
Upload File
Create Folder