Skip to content

Instantly share code, notes, and snippets.

View bbuck's full-sized avatar
💻
working hard

Brandon Buck bbuck

💻
working hard
View GitHub Profile
@bbuck
bbuck / man.sh
Last active November 24, 2015 19:21 — forked from lkptrzk/man.sh
`man` replacement for git bash on windows
#!/bin/sh
# man.sh - `man` replacement for git bash on windows
# Dependencies (outside of git bash):
# curl (already available in git bash)
# Notes:
# `curl s` = non-verbose output
#