Sha256: ff54cc6690573bc0fdffef18a37bd3113e1df7a01f60889daac9c5eee3061d2a
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
#!/bin/bash #/ NAME #/ compare -- #/ #/ SYNOPSIS #/ #/ compare #/ # 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 { set -- $(for a in "$@"; do echo $a.app; done) cap "$@" deploy:began deploy:lock_compare deploy:compare deploy:finished } require sub "$BASH_SOURCE" "$@"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alpha_omega-1.5.15 | libexec/aoh-compare |
alpha_omega-1.5.14 | libexec/aoh-compare |
alpha_omega-1.5.12 | libexec/aoh-compare |