Skip to content

Instantly share code, notes, and snippets.

@ezmobius
Created April 19, 2011 20:30
Show Gist options
  • Save ezmobius/929558 to your computer and use it in GitHub Desktop.
Save ezmobius/929558 to your computer and use it in GitHub Desktop.
$ mkdir env && cd env
$ cat «EOF > envvars.rb
require ‘sinatra’
require ‘pp’
get ‘/’ do
“<pre>#{ENV.pretty_inspect}</pre>”
end
EOF
$ vmc push …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment