pantry/projects/rubygems.org/proxy
Max Howell 84e97a0423
+cocoapods (#2212)
Closes #291
2023-06-19 10:05:13 -04:00

5 lines
102 B
Bash
Executable file

#!/bin/sh
d="$(cd "$(dirname "$0")"/.. && pwd)"
export RUBYLIB="$d/lib"
$d/shim/$(basename "$0") "$@"