Sha256: 09dced4b316d5caac5a61c5b560f5cd637bdc3496a6fe5054d93c92db1ca5bd8

Contents?: true

Size: 545 Bytes

Versions: 12

Compression:

Stored size: 545 Bytes

Contents

#!/bin/bash

#/ NAME
#/     hosts --
#/
#/ SYNOPSIS
#/     
#/     hosts
#/

# 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 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}' | sort -u 2>&1
}

require sub "$BASH_SOURCE" "$@"

Version data entries

12 entries across 12 versions & 1 rubygems

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