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