maksit-core/utils/Update-RepoUtils.bat
2026-06-02 20:35:53 +02:00

4 lines
116 B
Batchfile

@echo off
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0tools\Update-RepoUtils\Update-RepoUtils.ps1" %*
pause