Sha256: 836ce9b9962c182dfc8ed595b01dadcc33b12f70056307514f61885dfd71d52d
Contents?: true
Size: 454 Bytes
Versions: 12
Compression:
Stored size: 454 Bytes
Contents
#!/bin/bash #/ NAME #/ debug -- #/ #/ SYNOPSIS #/ #/ debug # figure out the project root under which bin, lib live shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)" # load a jason bourne library source "$shome/libexec/_treadstone" require 'ao' function aomain { export LOCAL_ONLY=true set -- $(for a in "$@"; do echo $a.echo; done) bundle exec cap "$@" deploy:began deploy:finished } require sub "$BASH_SOURCE" "$@"
Version data entries
12 entries across 12 versions & 1 rubygems