about summary refs log tree commit diff
path: root/man2pdf
blob: b8d8bd78f48a02b50e4f8e7a354681398f1cc38a (plain) (blame)
1
2
3
4
5
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