Sha256: 989538f0572947efc6c5674ecdf0b92baee3edf4aeb6a8d83ddb3284c278b47a

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

#!/bin/bash

#/ NAME
#/     ao-shell -- run a capistrano shell
#/
#/ SYNOPSIS
#/     ao shell [deploy_set...]

# 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/sbin/_treadstone"

# parse the command-line

# entry point
function main {
  bundle exec cap "$@" shell
}

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alpha_omega-1.1.7 libexec/ao-shell
alpha_omega-1.1.6 libexec/ao-shell
alpha_omega-1.1.5 libexec/ao-shell
alpha_omega-1.1.4 libexec/ao-shell
alpha_omega-1.1.3 libexec/ao-shell