Sha256: 44f308b71875c7a7262d55a461cad23f0eda42975d8e839639cb6b1aaa2b20cd
Contents?: true
Size: 409 Bytes
Versions: 1205
Compression:
Stored size: 409 Bytes
Contents
#!/bin/bash #/ NAME #/ aoh-stub -- aliases bin/xxx to bin/aoh xxx #/ #/ SYNOPSIS #/ aoh-sub # 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" # entry point function main { exec "$shome/libexec/aoh" "$(basename "$0")" "$@" } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
1,205 entries across 60 versions & 1 rubygems