Sha256: b9359f6cc75b44149aa26048d18ad8da9422010d970c897a8149c4353ce20d1c
Contents?: true
Size: 425 Bytes
Versions: 46
Compression:
Stored size: 425 Bytes
Contents
#!/bin/bash #/ NAME #/ shell -- #/ #/ SYNOPSIS #/ #/ shell #/ # 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 { set -- $(for a in "$@"; do echo $a.app; done) cap "$@" deploy:began shell deploy:finished } require sub "$BASH_SOURCE" "$@"
Version data entries
46 entries across 46 versions & 1 rubygems