Sha256: 4919d91b7c9e6c900684fda08979bb31cde098f8dccd4fa7219583065a71662a

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

#!/bin/bash

#/ NAME
#/     aoh -- ao-helper subbed script
#/
#/ SYNOPSIS
#/     aoh <ao_command>

# 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"

if [[ -z "${_AO_USER_ARGS:-}" ]]; then
  save_command="$1"; shift
  export _AO_USER_ARGS="$@"
  set -- "$save_command" "$@"
fi

require 'sub' "$BASH_SOURCE" "$@"

Version data entries

3 entries across 3 versions & 1 rubygems

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