Sha256: 64e8cd5183f16102b709dc44e458bfbc43a259a805b560e0ad4df3710b725daa
Contents?: true
Size: 288 Bytes
Versions: 14
Compression:
Stored size: 288 Bytes
Contents
#!/bin/sh # cd to parent dir of this script MYDIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) pushd $MYDIR/.. # upon any kind of termination, return to our original directory trap "popd" EXIT SIGHUP SIGINT SIGTERM sh $MYDIR/local_bundle_build.sh gem install bill_forward --no-ri --no-rdoc
Version data entries
14 entries across 14 versions & 1 rubygems