Skip to content

Instantly share code, notes, and snippets.

@costis
Created July 9, 2013 10:21
Show Gist options
  • Save costis/5956296 to your computer and use it in GitHub Desktop.
Save costis/5956296 to your computer and use it in GitHub Desktop.
Ruby one liner to run a web server from console
ruby -run -e httpd . -p5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment