Sha256: 1c408ed56ed4789d399425df76560606ec9111b099ca96f817d911a62f08f807
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
#!/bin/bash #/ NAME #/ dna -- #/ #/ SYNOPSIS #/ #/ dna #/ # 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.yaml; done) echo "eea914aaa8dde6fdae29242b1084a2b0415eefaf ---" bundle exec cap "$@" } 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | sed 's#eea914aaa8dde6fdae29242b1084a2b0415eefaf ##' } require sub "$BASH_SOURCE" "$@"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alpha_omega-1.3.12 | libexec/aoh-dna |
alpha_omega-1.3.11 | libexec/aoh-dna |