4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
|
@echo off
|
||
|
where bundler.bat >nul 2>nul
|
||
|
if errorlevel 1 call gem install bundler
|
||
|
call bundler.bat %*
|