vid/bin/rustc.cmd

4 lines
126 B
Batchfile
Raw Normal View History

2022-03-03 02:18:11 +08:00
@echo off
where rustc.exe 2>nul >nul
if errorlevel 1 call v-scoop install rust & call %~dp0\v-choco-refreshenv
rustc.exe %*