vid/bin/v-rubyw.cmd

4 lines
121 B
Batchfile

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