rbenv-win/test/rake.bat

8 lines
101 B
Batchfile
Raw Permalink Normal View History

2023-07-01 07:23:51 +01:00
@echo off
call bundle show > NUL
if ERRORLEVEL 1 (
rbenv exec %~n0 %*
) else (
bundle exec %~n0 %*
)