Skip to content

Instantly share code, notes, and snippets.

@altamic
Created June 26, 2015 11:58
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 altamic/452b3ed9b6cc19db22b7 to your computer and use it in GitHub Desktop.
Save altamic/452b3ed9b6cc19db22b7 to your computer and use it in GitHub Desktop.
ruby http static server
# run an ad hoc http static server in your current directory (nobu)
ruby -run -ehttpd . -p8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment