vid/bin/rubyw.cmd

4 lines
127 B
Batchfile

@echo off
where rubyw.exe >nul 2>nul
if errorlevel 1 call choco install ruby -y & call %~dp0\v-choco-refreshenv
rubyw.exe %*