pantry/projects/fastlane.tools/fastlane
Max Howell 2b1bb60caa
+fastlane.tools (#441)
* +fastlane.tools

Closes #363

* wip

* wip

* wip

* wip
2023-03-03 09:45:44 -07:00

6 lines
165 B
Bash
Executable file

#!/bin/sh
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 "$@"