1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-01-06 00:11:41 +00:00
pyenv/bin/rbenv-shim
2011-08-02 09:38:36 -05:00

5 lines
53 B
Bash
Executable file

#!/bin/bash
set -e
exec rbenv-exec "${0##*/}" "$@"