Sha256: eb7be6d21a33d5d75b5ff7f693e17ef46c3716e453998eb0afe2358d25b502b4

Contents?: true

Size: 462 Bytes

Versions: 14

Compression:

Stored size: 462 Bytes

Contents

#!/bin/bash

#/ NAME
#/     restart --
#/
#/ SYNOPSIS
#/     
#/     restart
#/

# 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: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-restart
alpha_omega-1.3.11 libexec/aoh-restart
alpha_omega-1.3.10 libexec/aoh-restart
alpha_omega-1.4.1 libexec/aoh-restart
alpha_omega-1.4.0 libexec/aoh-restart
alpha_omega-1.3.9 libexec/aoh-restart
alpha_omega-1.3.8 libexec/aoh-restart
alpha_omega-1.3.7 libexec/aoh-restart
alpha_omega-1.3.6 libexec/aoh-restart
alpha_omega-1.3.5 libexec/aoh-restart
alpha_omega-1.3.4 libexec/aoh-restart
alpha_omega-1.3.3 libexec/aoh-restart
alpha_omega-1.3.2 libexec/aoh-restart
alpha_omega-1.3.1 libexec/aoh-restart