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

Version Path
alpha_omega-1.5.10 sbin/proxy
alpha_omega-1.5.10 sbin/stage
alpha_omega-1.5.10 sbin/dist
alpha_omega-1.5.10 sbin/migrate
alpha_omega-1.5.10 sbin/restart
alpha_omega-1.5.10 sbin/signoff
alpha_omega-1.5.10 sbin/check
alpha_omega-1.5.10 sbin/deploy
alpha_omega-1.5.10 sbin/hosts
alpha_omega-1.5.10 sbin/lock
alpha_omega-1.5.10 sbin/release
alpha_omega-1.5.10 sbin/remote
alpha_omega-1.5.10 sbin/rollback
alpha_omega-1.5.10 sbin/shell
alpha_omega-1.5.10 libexec/aoh-stub
alpha_omega-1.5.10 sbin/activate
alpha_omega-1.5.10 sbin/compare
alpha_omega-1.5.10 sbin/debug
alpha_omega-1.5.10 sbin/dna
alpha_omega-1.5.10 sbin/task