| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/rvm/hooks/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/rvm/hooks/after_cd_install_vendored_gems |
#!/usr/bin/env bash # From @mpapis if which bundle >/dev/null && [[ -d vendor/cache ]] && [[ -f Gemfile ]] then bundle install --local fi