Sha256: e6d8c8a3c3d6f4da2604338f2d42aa34835d2728bb39fb4a01b87dfbac9f4193

Contents?: true

Size: 321 Bytes

Versions: 51

Compression:

Stored size: 321 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/_treadstone"

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

Version data entries

51 entries across 51 versions & 1 rubygems

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