Sha256: 3488c181fb3771570ce4cf24b460b4ca1c546d5f0fa6f21690462ceb58d78365

Contents?: true

Size: 433 Bytes

Versions: 5

Compression:

Stored size: 433 Bytes

Contents

#!/bin/bash

#/ NAME
#/     ao-cook -- configure application
#/
#/ SYNOPSIS
#/     ao cook [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 "$@" deploy:lock deploy:cook
}

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

Version data entries

5 entries across 5 versions & 1 rubygems

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