mirror of
https://github.com/pyenv/pyenv.git
synced 2026-02-08 03:27:39 +09:00
6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
exec rbenv-exec "${0##*/}" $*
|