diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-03 05:50:44 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-03 05:50:44 -0800 |
| commit | 47ea7f888cb0117635d69ba6d36464714801c9af (patch) | |
| tree | e7f7114151165224f524479fb71c2dc367802cd2 /bin/pdfman | |
| parent | 6fa236111927666155093e4fe915897a89e3cfd7 (diff) | |
Add shell scripts
Diffstat (limited to 'bin/pdfman')
| -rwxr-xr-x | bin/pdfman | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/pdfman b/bin/pdfman new file mode 100755 index 0000000..b8a815c --- /dev/null +++ b/bin/pdfman @@ -0,0 +1,5 @@ +#!/bin/sh + +# Open man pages as a PDF in zathura. + +man -Tpdf "$@" | zathura - |
