3 строки
71 B
Batchfile
3 строки
71 B
Batchfile
|
@ECHO OFF
|
||
|
PowerShell.exe -file "%~dp0build.ps1" -target=StyleXaml
|
||
|
PAUSE
|