mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec rbenv-exec "${0##*/}" "$@"
|