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

Version Path
bill_forward-2.2016.241 tools/local_bundle_install.sh
bill_forward-2.2016.227 tools/local_bundle_install.sh
bill_forward-2.2016.222 tools/local_bundle_install.sh
bill_forward-2.2016.209 tools/local_bundle_install.sh
bill_forward-1.2016.117 tools/local_bundle_install.sh
bill_forward-1.2016.101 tools/local_bundle_install.sh
bill_forward-1.2016.26 tools/local_bundle_install.sh
bill_forward-1.2015.321.1 tools/local_bundle_install.sh
bill_forward-1.2015.321 tools/local_bundle_install.sh
bill_forward-1.2015.299 tools/local_bundle_install.sh
bill_forward-1.2015.217.1 tools/local_bundle_install.sh
bill_forward-1.2015.217 tools/local_bundle_install.sh
bill_forward-1.2015.186 tools/local_bundle_install.sh
bill_forward-1.2015.183 tools/local_bundle_install.sh