ctpv/genhelp.sh
2023-03-26 03:05:05 +02:00

8 lines
124 B
Bash
Executable File

#!/bin/sh
export GROFF_NO_SGR=1
groff -t -man -mtty-char "$1" -Tascii |
col -bx |
sed '/OPTIONS/,/^[A-Z]/!d; /^[A-Z]/d'