Sha256: 172dd708bfe973aed2186a95d49e08498eba812f40d03bcc58c8f619a05bbcc3
Contents?: true
Size: 316 Bytes
Versions: 10
Compression:
Stored size: 316 Bytes
Contents
#!/bin/dumb-init /bin/sh set -e if [ -n "$USE_BUNDLE_EXEC" ]; then BINARY="bundle exec shipitron" else BINARY=shipitron fi if ${BINARY} help "$1" 2>&1 | grep -q "shipitron $1"; then set -- gosu shipitron ${BINARY} "$@" if [ -n "$FOG_LOCAL" ]; then chown -R shipitron:shipitron /fog fi fi exec "$@"
Version data entries
10 entries across 10 versions & 1 rubygems