initial commit

This commit is contained in:
2023-07-01 07:23:51 +01:00
commit 984322d789
29 changed files with 1772 additions and 0 deletions

3
bin/rbenv Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
cmd //c call "$(dirname "$0")/rbenv.bat" $*

9
bin/rbenv.bat Normal file
View 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
)