initial commit
This commit is contained in:
3
bin/rbenv
Normal file
3
bin/rbenv
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cmd //c call "$(dirname "$0")/rbenv.bat" $*
|
||||
9
bin/rbenv.bat
Normal file
9
bin/rbenv.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setlocal
|
||||
IF EXIST %~dp0..\exec.bat (
|
||||
del /F /Q %~dp0..\exec.bat >nul
|
||||
)
|
||||
call cscript //nologo %~dp0..\libexec\rbenv.vbs %*
|
||||
IF EXIST %~dp0..\exec.bat (
|
||||
%~dp0..\exec.bat
|
||||
)
|
||||
Reference in New Issue
Block a user