Files
linux-packaging-mono/external/llvm-project/eng/common/init-tools-native.cmd

3 lines
133 B
Batchfile
Raw Normal View History

@echo off
powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*"
exit /b %ErrorLevel%