Skip to content

Instantly share code, notes, and snippets.

@mosesrenegade
Created September 7, 2015 04:45
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 mosesrenegade/6724547f98b93fa35a43 to your computer and use it in GitHub Desktop.
Save mosesrenegade/6724547f98b93fa35a43 to your computer and use it in GitHub Desktop.
#!/usr/bin/env rackup
#\ -E deployment
use Rack::ContentLength
app = Rack::Directory.new Dir.pwd
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment