vid/bin/bundler.cmd

4 lines
102 B
Batchfile
Raw Normal View History

2022-03-04 19:35:47 +08:00
@echo off
where bundler.bat >nul 2>nul
if errorlevel 1 call gem install bundler
call bundler.bat %*