Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am averyrobinson on github.
  • I am averyrobinson (https://keybase.io/averyrobinson) on keybase.
  • I have a public key whose fingerprint is 56CE E196 AA05 3BEA 3D1E 9C39 7BE3 B48E 86F2 54C8

To claim this, I am signing this object:

@averyrobinson
averyrobinson / pman
Created January 14, 2015 23:03
pman
#!/bin/bash
# pman -- view a typeset man page
PATH=/bin:/usr/bin:/usr/local/bin
cachedir=/tmp/${USER}/pman-cache/
# display error if no arguments
if [[ $# -eq 0 ]]
then