diff options
Diffstat (limited to 'static/netbsd/tools/list')
| -rwxr-xr-x | static/netbsd/tools/list | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/netbsd/tools/list b/static/netbsd/tools/list new file mode 100755 index 00000000..937e8740 --- /dev/null +++ b/static/netbsd/tools/list @@ -0,0 +1,13 @@ +set x $* +. ./.param + +date > $TMPDIR/list +echo >> $TMPDIR/list + +for dir in $DIRLST +do + cd $MANDIR/man$dir + echo "cat <<'EOF' >----------" >> $TMPDIR/list + echo "Section $dir" >> $TMPDIR/list + ls -ldas .* $FILLST >> $TMPDIR/list +done |
