Skip to content

Instantly share code, notes, and snippets.

@empiricalthought
Created August 25, 2012 03:08
Show Gist options
  • Save empiricalthought/3459649 to your computer and use it in GitHub Desktop.
Save empiricalthought/3459649 to your computer and use it in GitHub Desktop.
Simple shell script to open a typeset manpage on OS X
#!/bin/bash
man -t $@ | open -a /Applications/Preview.app -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment