maksit-webui/utils/Run-Tests/Run-Tests.bat
2026-05-24 20:48:35 +02:00

4 lines
83 B
Batchfile

@echo off
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0Run-Tests.ps1"
pause