Skip to content

Instantly share code, notes, and snippets.

@qnm
Created March 15, 2013 01:02
Show Gist options
  • Save qnm/5166708 to your computer and use it in GitHub Desktop.
Save qnm/5166708 to your computer and use it in GitHub Desktop.
Webrick One Liner
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd).start'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment