vid/bin/v-irb.cmd

4 lines
103 B
Batchfile

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