Skip to content

Instantly share code, notes, and snippets.

@wulab
Created December 19, 2014 09:45
Show Gist options
  • Select an option

  • Save wulab/e2b96bf4e9b902b60e6f to your computer and use it in GitHub Desktop.

Select an option

Save wulab/e2b96bf4e9b902b60e6f to your computer and use it in GitHub Desktop.
#!/bin/sh
ruby -rwebrick -e 'WEBrick::Config::HTTP[:MimeTypes]["rhtml"] = "text/html"' -run -e httpd -- --port=8000 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment