Test application for using oauth and devise with minimal MVC cruft
Create a script file (e.g. set_env.sh) containing:
export GOOGLE_CLIENT_ID=<google api client_id>
export GOOGLE_CLIENT_SECRET=<google api client_secret>
run this file from the command line with source set_env.sh