Skip to content

Instantly share code, notes, and snippets.

@lwu
Created February 13, 2015 02:32
serve.rb
#!/usr/bin/env ruby
require 'rubygems'
require 'sinatra'
set :public_folder, 'public'
get '/' do
"Serve.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment