mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
2b1bb60caa
* +fastlane.tools Closes #363 * wip * wip * wip * wip
6 lines
165 B
Bash
Executable file
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 "$@"
|