6 lines
138 B
Batchfile
6 lines
138 B
Batchfile
@echo off
|
|
setlocal
|
|
cd /d "%~dp0"
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0build-linux.ps1"
|
|
exit /b %ERRORLEVEL%
|