Sha256: 67e9b68dc80d3bc687592087675f3ab6dbd98030b8d3144b5ccc12f7e355fdaf
Contents?: true
Size: 211 Bytes
Versions: 18
Compression:
Stored size: 211 Bytes
Contents
echo "-----> chruby to version: "123"" if [[ ! -s "/etc/profile.d/chruby.sh" ]]; then echo "! chruby.sh init file not found" exit 1 fi source /etc/profile.d/chruby.sh chruby "123" || exit 1
Version data entries
18 entries across 18 versions & 1 rubygems