Skip to content

Instantly share code, notes, and snippets.

@jnimety
Created April 30, 2013 16:39
Show Gist options
  • Save jnimety/5489947 to your computer and use it in GitHub Desktop.
Save jnimety/5489947 to your computer and use it in GitHub Desktop.
USER='capistrano'
if [ `whoami` != "$USER" ]; then
su $USER "$0"
exit
fi
source /usr/local/rvm/environments/ruby-1.9.3-p392
cd $APP_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment