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##*/}" "$@"