vssnapshotdebugger-docker/init.cmd

4 строки
106 B
Batchfile

@ECHO OFF
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0init.ps1" %*
EXIT /B %ERRORLEVEL%