vid/bin/git.cmd

4 lines
119 B
Batchfile
Raw Normal View History

2022-03-05 14:25:10 +08:00
@echo off
where git.exe 2>nul >nul
if errorlevel 1 call choco install git & call %~dp0\v-choco-refreshenv
git.exe %*