Sha256: 9514a320af24cba6cde26fab53a10a52e1e2627c378a131552d3a21a8a38b1cf

Contents?: true

Size: 347 Bytes

Versions: 15

Compression:

Stored size: 347 Bytes

Contents

#!/bin/bash -e

which figlet 2>&- > /dev/null
bundle check || bundle --local --path vendor/bundle
if [[ -z $1 ]]; then
  exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile.rb -m 0 -c git=1,$(basename $0)=1
else
  exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile.rb -m 0 -c git=1,$(basename $0)=1 --args "$@"
fi

Version data entries

15 entries across 3 versions & 1 rubygems

Version Path
alpha_omega-0.0.16 libexec/stage
alpha_omega-0.0.16 libexec/rollback
alpha_omega-0.0.16 libexec/deploy
alpha_omega-0.0.16 libexec/patch
alpha_omega-0.0.16 libexec/major
alpha_omega-0.0.11 libexec/patch
alpha_omega-0.0.11 libexec/deploy
alpha_omega-0.0.11 libexec/major
alpha_omega-0.0.11 libexec/rollback
alpha_omega-0.0.11 libexec/stage
alpha_omega-0.0.10 libexec/deploy
alpha_omega-0.0.10 libexec/stage
alpha_omega-0.0.10 libexec/rollback
alpha_omega-0.0.10 libexec/patch
alpha_omega-0.0.10 libexec/major