Sha256: 6c8bd131656a430a93fdee24c4c1533b6eed23743c81f97ab52f6eb2ef71c29a

Contents?: true

Size: 477 Bytes

Versions: 14

Compression:

Stored size: 477 Bytes

Contents

#!/bin/bash

#/ NAME
#/     activate -- 
#/
#/ SYNOPSIS
#/     
#/     activate

# 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)
  bundle exec cap "$@" deploy:began deploy:lock deploy:symlink deploy:restart deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alpha_omega-1.3.12 libexec/aoh-activate
alpha_omega-1.3.11 libexec/aoh-activate
alpha_omega-1.3.10 libexec/aoh-activate
alpha_omega-1.4.1 libexec/aoh-activate
alpha_omega-1.4.0 libexec/aoh-activate
alpha_omega-1.3.9 libexec/aoh-activate
alpha_omega-1.3.8 libexec/aoh-activate
alpha_omega-1.3.7 libexec/aoh-activate
alpha_omega-1.3.6 libexec/aoh-activate
alpha_omega-1.3.5 libexec/aoh-activate
alpha_omega-1.3.4 libexec/aoh-activate
alpha_omega-1.3.3 libexec/aoh-activate
alpha_omega-1.3.2 libexec/aoh-activate
alpha_omega-1.3.1 libexec/aoh-activate