This website requires JavaScript.
Explore
Help
Sign in
github
/
pyenv
Watch
1
Star
0
Fork
You've already forked pyenv
0
mirror of
https://github.com/pyenv/pyenv.git
synced
2024-11-21 20:47:00 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
41c5ac5a33
pyenv
/
bin
/
rbenv-shim
6 lines
53 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2011-08-01 16:50:26 -04:00
#!/bin/bash
set -e
Properly quote arguments with spaces
2011-08-02 10:38:36 -04:00
exec rbenv-exec "${0##*/}" "$@"
Reference in a new issue
Copy permalink