mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-06 18:08:37 +00:00
6 lines
51 B
Bash
Executable File
6 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec rbenv-exec "${0##*/}" $*
|