Sha256: 857ba8753f2b2d6a2dfcbc49acb580db8798e4848a768283001cb75d8d2bf301

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 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/_jason"
require 'ao'

function aomain {
  export LOCAL_ONLY=true
  set -- $(for a in "$@"; do echo $a.echo; done)
  cap "$@" 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}' | sort -u 2>&1
}

require sub "$BASH_SOURCE" "$@"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alpha_omega-1.5.15 libexec/aoh-hosts
alpha_omega-1.5.14 libexec/aoh-hosts
alpha_omega-1.5.12 libexec/aoh-hosts