Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created January 1, 2014 18:00
Show Gist options
  • Save codeprimate/8210021 to your computer and use it in GitHub Desktop.
Save codeprimate/8210021 to your computer and use it in GitHub Desktop.
Simple Ruby HTTP Server
#!/bin/bash
ruby -run -e httpd . -p 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment