site2pdf support.

This commit is contained in:
David Tomaschik
2015-11-18 01:23:20 -08:00
parent 056f0087e7
commit b9cf6bae01
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
function site2pdf {
setopt localoptions nounset
local URL=${1}
local OUTFILE=${2}
command wkhtmltopdf -s Letter -q ${URL} ${OUTFILE}
}

View File

@@ -43,4 +43,5 @@ tshark
ufw
vim
whois
wkhtmltopdf
zsh