vid/bin/v-ghc.cmd

4 lines
106 B
Batchfile
Raw Normal View History

2022-03-03 01:06:57 +08:00
@echo off
where ghc.exe >nul 2>nul
if errorlevel 1 call v-choco install ghc -y & call refreshenv
ghc %*