Sha256: b9359f6cc75b44149aa26048d18ad8da9422010d970c897a8149c4353ce20d1c

Contents?: true

Size: 425 Bytes

Versions: 46

Compression:

Stored size: 425 Bytes

Contents

#!/bin/bash

#/ NAME
#/     shell --
#/
#/ SYNOPSIS
#/     
#/     shell
#/

# 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 'ao'

function aomain {
  set -- $(for a in "$@"; do echo $a.app; done)
  cap "$@" deploy:began shell deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
alpha_omega-1.4.3 libexec/aoh-shell
alpha_omega-1.4.2 libexec/aoh-shell
alpha_omega-1.3.38 libexec/aoh-shell
alpha_omega-1.3.37 libexec/aoh-shell
alpha_omega-1.3.36 libexec/aoh-shell
alpha_omega-1.3.35 libexec/aoh-shell
alpha_omega-1.3.34 libexec/aoh-shell
alpha_omega-1.3.33 libexec/aoh-shell
alpha_omega-1.3.32 libexec/aoh-shell
alpha_omega-1.3.30 libexec/aoh-shell
alpha_omega-1.3.29 libexec/aoh-shell
alpha_omega-1.3.28 libexec/aoh-shell
alpha_omega-1.3.27 libexec/aoh-shell
alpha_omega-1.3.26 libexec/aoh-shell
alpha_omega-1.3.25 libexec/aoh-shell
alpha_omega-1.3.24 libexec/aoh-shell
alpha_omega-1.3.23 libexec/aoh-shell
alpha_omega-1.3.22 libexec/aoh-shell
alpha_omega-1.3.21 libexec/aoh-shell
alpha_omega-1.3.20 libexec/aoh-shell