Sha256: 74264436fec1375023924a108de6e85ad09afd815a64b814efdd8baeedad2576
Contents?: true
Size: 582 Bytes
Versions: 3
Compression:
Stored size: 582 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/_jason" require 'ao' function aomain { export LOCAL_ONLY=true { set -- $(for a in "$@"; do echo $a.yaml; done) echo "eea914aaa8dde6fdae29242b1084a2b0415eefaf ---" cap "$@" } 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | sed 's#eea914aaa8dde6fdae29242b1084a2b0415eefaf ##' } require sub "$BASH_SOURCE" "$@"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alpha_omega-1.5.15 | libexec/aoh-dna |
alpha_omega-1.5.14 | libexec/aoh-dna |
alpha_omega-1.5.12 | libexec/aoh-dna |