Skip to content

Instantly share code, notes, and snippets.

@akirill0v
Created October 29, 2012 09:52
Show Gist options
  • Save akirill0v/3972675 to your computer and use it in GitHub Desktop.
Save akirill0v/3972675 to your computer and use it in GitHub Desktop.
Serve static html files with thin
root=Dir.pwd
puts ">>> Serving: #{root}"
run Rack::Directory.new("#{root}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment