Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created December 24, 2012 02:51
Show Gist options
  • Save aussielunix/4367237 to your computer and use it in GitHub Desktop.
Save aussielunix/4367237 to your computer and use it in GitHub Desktop.
share any directory via HTTP
alias rs='ruby -rwebrick -e "s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd); trap('\''INT'\'') { s.shutdown }; s.start"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment