Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created November 2, 2010 14:51
Show Gist options
  • Save jhsu/659719 to your computer and use it in GitHub Desktop.
Save jhsu/659719 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