pantry/projects/fastlane.tools/fastlane

6 lines
169 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2023-06-19 17:05:13 +03:00
export GEM_HOME="$(cd "$(dirname "$0")"/.. && pwd)"
export GEM_PATH="$GEM_HOME"
export PATH="$GEM_HOME/gems/bin:$PATH"
exec "$GEM_HOME"/gems/bin/fastlane "$@"