File: create-man.sh

package info (click to toggle)
mac-robber 1.02-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: ansic: 219; makefile: 45; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# by Eriberto
# Create the manpage using txt2man command.

T2M_DATE="16 Mai 2013"
T2M_NAME=mac-robber
T2M_VERSION=1.02
T2M_LEVEL=1
T2M_DESC="collects data about allocated files in mounted filesystems"

# Don't change the following line
txt2man -d "$T2M_DATE" -t $T2M_NAME -r $T2M_NAME-$T2M_VERSION -s $T2M_LEVEL -v "$T2M_DESC" $T2M_NAME.txt > $T2M_NAME.$T2M_LEVEL