Skip to content

Instantly share code, notes, and snippets.

@kidpixo
Created March 5, 2013 15:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidpixo/5091147 to your computer and use it in GitHub Desktop.
Save kidpixo/5091147 to your computer and use it in GitHub Desktop.
get the man page as dash documentation
#!/bin/bash
if [ "$1" ]
then
eval "open dash://man:"$1
else
echo "No argument supplied!!"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment