Sha256: f8fc6bcf84703e9498fb1cf060f11a16b0f5285e3ea0df3fdc2fd7678d21e651
Contents?: true
Size: 437 Bytes
Versions: 14
Compression:
Stored size: 437 Bytes
Contents
#!/bin/bash #/ NAME #/ shell -- #/ #/ SYNOPSIS #/ #/ shell #/ # 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 { set -- $(for a in "$@"; do echo $a.app; done) bundle exec cap "$@" deploy:began shell deploy:finished } require sub "$BASH_SOURCE" "$@"
Version data entries
14 entries across 14 versions & 1 rubygems