mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
#!/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 "$@"
|