Sha256: 45674ebf46218fb92d2c4248623e574110e2f52df961cb95d88aac00dbd94b11
Contents?: true
Size: 449 Bytes
Versions: 9
Compression:
Stored size: 449 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" 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
9 entries across 9 versions & 1 rubygems