pantry/projects/cocoapods.org/proxy

6 lines
164 B
Plaintext
Raw Normal View History

2023-06-19 17:05:13 +03:00
#!/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/pod "$@"