Sha256: 836ce9b9962c182dfc8ed595b01dadcc33b12f70056307514f61885dfd71d52d

Contents?: true

Size: 454 Bytes

Versions: 12

Compression:

Stored size: 454 Bytes

Contents

#!/bin/bash

#/ NAME
#/     debug --
#/
#/ SYNOPSIS
#/     
#/     debug

# 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 {
  export LOCAL_ONLY=true
  set -- $(for a in "$@"; do echo $a.echo; done)
  bundle exec cap "$@" deploy:began deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

12 entries across 12 versions & 1 rubygems

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