Skip to content

Instantly share code, notes, and snippets.

@bufferoverflow
Last active January 4, 2016 14:59
Show Gist options
  • Save bufferoverflow/8638285 to your computer and use it in GitHub Desktop.
Save bufferoverflow/8638285 to your computer and use it in GitHub Desktop.
rebuilder
# apt-get install inotify-tools
while inotifywait -e close_write features.md ; do md2html features.md > features.html ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment