fuel-library/deployment/puppet/nailgun/templates/astute.erb
2013-07-22 19:18:41 +04:00

3 lines
186 B
Plaintext

#!/bin/bash
RBENV_ROOT=/opt/rbenv RBENV_VERSION=1.9.3-p392 /opt/rbenv/bin/rbenv exec \
ruby -r 'rubygems' -e "gem 'astute', '>= 0'; load Gem.bin_path('astute', 'astute', '>= 0')" -- $@