4 lines
90 B
Batchfile
4 lines
90 B
Batchfile
@echo off
|
|
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0Update-RepoUtils.ps1"
|
|
pause
|