1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00
Files
pyenv/bin/rbenv-shim
2011-08-02 09:38:36 -05:00

6 lines
53 B
Bash
Executable File

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