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: check--help
#! /bin/sh # Look at the file specified in $1 to see if it contains 'no --help'. # If it does: # - Squawk # - rename the file to ($1)- # - exit with a non-zero status. # otherwise: # - exit with a 0 status. if test ! -f $1 then echo "$0: $1 is not a regular file!" 1>&2 exit 1 fi if grep -q 'no --help' $1 then echo "$0: $1 contains 'no --help'!" 1>&2 mv ${1} ${1}- exit 1 fi
Upload File
Create Folder