Skip to content

Instantly share code, notes, and snippets.

@sowawa
Created February 8, 2012 15:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sowawa/1770620 to your computer and use it in GitHub Desktop.
Save sowawa/1770620 to your computer and use it in GitHub Desktop.
The most simple web server using ruby.
#!/bin/bash
ruby -run -e httpd -- --port=3000 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment