Sha256: 2496cd5f1c76d9179783ca7e26061cfe42fb52c55f42461a9560a7e925f1f2cf

Contents?: true

Size: 453 Bytes

Versions: 14

Compression:

Stored size: 453 Bytes

Contents

#!/bin/bash

#/ NAME
#/     dist --
#/
#/ SYNOPSIS
#/     
#/     dist
#/

# 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)
  bundle exec cap "$@" deploy:began deploy:lock deploy:dist deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alpha_omega-1.3.12 libexec/aoh-dist
alpha_omega-1.3.11 libexec/aoh-dist
alpha_omega-1.3.10 libexec/aoh-dist
alpha_omega-1.4.1 libexec/aoh-dist
alpha_omega-1.4.0 libexec/aoh-dist
alpha_omega-1.3.9 libexec/aoh-dist
alpha_omega-1.3.8 libexec/aoh-dist
alpha_omega-1.3.7 libexec/aoh-dist
alpha_omega-1.3.6 libexec/aoh-dist
alpha_omega-1.3.5 libexec/aoh-dist
alpha_omega-1.3.4 libexec/aoh-dist
alpha_omega-1.3.3 libexec/aoh-dist
alpha_omega-1.3.2 libexec/aoh-dist
alpha_omega-1.3.1 libexec/aoh-dist