зеркало из https://github.com/aspnet/Logging.git
3 строки
246 B
Batchfile
3 строки
246 B
Batchfile
|
@ECHO OFF
|
||
|
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE"
|