Skip to content

Instantly share code, notes, and snippets.

@mjc-gh
Last active May 2, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjc-gh/de84bac640fda8628109ff8a2ed4abe2 to your computer and use it in GitHub Desktop.
Save mjc-gh/de84bac640fda8628109ff8a2ed4abe2 to your computer and use it in GitHub Desktop.
# http://www.barkingiguana.com/2010/04/11/a-one-line-web-server-in-ruby/
ruby -rwebrick -e'WEBrick::HTTPServer.new(port: ARGV.pop.to_i, BindAddress: ARGV.pop.to_s, DocumentRoot: Dir.pwd).start'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment