about summary refs log tree commit diff
path: root/man2pdf
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>1970-01-01 03:00:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-20 11:57:34 +0300
commitfcf8d0c0246b353f255eb5173cd8cd3748f8da3b (patch)
tree50717852ab2d895415a77b64462de4723322c404 /man2pdf
chore: init HEAD master
Diffstat (limited to 'man2pdf')
-rwxr-xr-xman2pdf6
1 files changed, 6 insertions, 0 deletions
diff --git a/man2pdf b/man2pdf
new file mode 100755
index 0000000..b8d8bd7
--- /dev/null
+++ b/man2pdf
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if command -v man >/dev/null 2>&1 &&
+    command -v ps2pdf >/dev/null 2>&1; then
+    man -t "${1}" | ps2pdf -sPAPERSIZE="a4" -sOutputFile="${1}.pdf" -
+fi

Consider giving Nix/NixOS a try! <3