vid/bin/v-bundler.cmd

4 lines
96 B
Batchfile

@echo off
where bundler >nul 2>nul
if errorlevel 1 call v-gem install bundler
call bundler %*