Last active
December 18, 2015 05:09
-
-
Save itsderek23/5731080 to your computer and use it in GitHub Desktop.
A sample shell script for a Ruby executable w/RVM + Bundler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# Loading the RVM Environment files. | |
source /Users/dlite/.rvm/environments/ruby-1.9.2-p290 | |
# Changing directories to your rails project. | |
cd /Users/dlite/projects/my_rails_app | |
# Call Scout and pass your unique key. | |
bundle exec scout [KEY] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment