Sha256: ea965c36e2a1ed489a21cf809ec3ff1226e025affedd19bc2dade3d425847b4e
Contents?: true
Size: 432 Bytes
Versions: 3
Compression:
Stored size: 432 Bytes
Contents
#!/bin/bash #/ NAME #/ deploy -- #/ #/ SYNOPSIS #/ #/ deploy # 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 deploy 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-deploy |
alpha_omega-1.5.14 | libexec/aoh-deploy |
alpha_omega-1.5.12 | libexec/aoh-deploy |