Sha256: 92d70047ad01ac26dcbafbed1414c9a781a5cbc2a62f2edccdc716fef7542bf1

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

#!/bin/sh

# Load RVM into a shell session *as a function*
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then

  # First try to load from a user install
  source "$HOME/.rvm/scripts/rvm"

elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then

  # Then try to load from a root install
  source "/usr/local/rvm/scripts/rvm"

else

  printf "ERROR: An RVM installation was not found.\n"

fi

rvm ruby-1.8.7-p249@setec_astronomy exec /Users/phinze/dev/setec_astronomy/bin/setec "$@"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
setec_astronomy-0.2.1 bin/bundleexecsetec
setec_astronomy-0.2.0 bin/bundleexecsetec