File: genman

package info (click to toggle)
jigit 1.19-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,760 kB
  • sloc: sh: 10,414; ansic: 5,690; perl: 507; makefile: 121
file content (7 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh

help2man -n "create a list of MD5sums encoded in hexidecimal format and print to standard output" \
         -N ../bin/jigdo-gen-md5-list \
	 > jigdo-gen-md5-list.1

cat jigdo-gen-md5-list.inc >> jigdo-gen-md5-list.1