Sha256: 02579e7ff827494dd43420385aae1eabd8da1291a9ec67acf90f0c5eea648a85
Contents?: true
Size: 307 Bytes
Versions: 224
Compression:
Stored size: 307 Bytes
Contents
#!/bin/bash --login if [[ $CRYPTUM_ROOT == '' ]]; then if [[ ! -d '/opt/cryptum' ]]; then cryptum_root=$(pwd) else cryptum_root='/opt/cryptum' fi else cryptum_root="${CRYPTUM_ROOT}" fi export rvmsudo_secure_path=1 rvmsudo /bin/bash --login -c "cd ${cryptum_root} && ./build_cryptum_gem.sh"
Version data entries
224 entries across 224 versions & 1 rubygems