vid/bin/gem.bat

4 lines
128 B
Batchfile
Raw Permalink Normal View History

2022-03-04 19:35:47 +08:00
@echo off
where gem.cmd >nul 2>nul
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
call gem.cmd %*