vid/bin/v-gem.cmd

4 lines
108 B
Batchfile

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