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