diff options
author | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:10:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:10:09 +0000 |
commit | b0cda572c807e38ecc7e3f47e583fa5c5e9cbe32 (patch) | |
tree | adf415adb67e0e4c21dc618a579f322cdcac51c0 /makeman.sh | |
parent | a rough roff [ci skip] (diff) | |
download | cgrep-b0cda572c807e38ecc7e3f47e583fa5c5e9cbe32.tar.gz cgrep-b0cda572c807e38ecc7e3f47e583fa5c5e9cbe32.zip |
a little script
Diffstat (limited to 'makeman.sh')
-rwxr-xr-x | makeman.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makeman.sh b/makeman.sh new file mode 100755 index 0000000..785c9ce --- /dev/null +++ b/makeman.sh @@ -0,0 +1,3 @@ +#!/usr/bin/sh + +groff -man -Tascii ./cgrep.roff |