Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init-tools-native.cmd « common « eng - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 438cd548c452ccf60b9077fb60d142f56c5488d5 (plain)
1
2
3
@echo off
powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*"
exit /b %ErrorLevel%