pantry/projects/rubygems.org/proxy
2023-03-20 20:44:46 -04:00

5 lines
98 B
Bash
Executable file

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