Last active
January 4, 2016 14:59
-
-
Save bufferoverflow/8638285 to your computer and use it in GitHub Desktop.
rebuilder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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