/[d-i]/trunk/manual/debian/getfromlist
ViewVC logotype

Contents of /trunk/manual/debian/getfromlist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31625 - (show annotations) (download)
Sat Oct 22 19:03:11 2005 UTC (7 years, 7 months ago) by fjp
File size: 108 byte(s)
- Mention in copyright that full GPL is included in the manual.
- Register installed documents with doc-base.

1 #!/bin/sh
2
3 if [ -z "$1" ] || [ ! -f "$1" ] ; then
4 exit 1
5 fi
6
7 egrep -v "^[[:space:]]*(|#.*)$" $1 | cut -f 1

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5