mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-28 07:23:07 +01:00
8 lines
124 B
Bash
8 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export GROFF_NO_SGR=1
|
||
|
|
||
|
groff -t -man -mtty-char "$1" -Tascii |
|
||
|
col -bx |
|
||
|
sed '/OPTIONS/,/^[A-Z]/!d; /^[A-Z]/d'
|