This script spawns you a file server which serves markdown files (of .md extension) by rendering them to html. Might come handy if you are writing up something in markdown and want to check the work you've done.
It needs the github-markdown gem (gem install github-markdown
).