mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Add basic rbenv-install script
This commit is contained in:
parent
1985fb82fd
commit
56dfc05233
1 changed files with 2 additions and 0 deletions
2
bin/rbenv-install
Executable file
2
bin/rbenv-install
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ruby-build $1 ~/.rbenv/versions/$1
|
Loading…
Reference in a new issue