rename scripts and fix collections location

This commit is contained in:
2026-07-22 12:20:35 +02:00
parent 1fd36fd957
commit 5ae3b93436
6 changed files with 26 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
@echo off
echo %cmdcmdline% | findstr /i /c:"%~nx0" >NUL && set iscommandline=1
echo %PSModulePath% | findstr /i /c:"%USERPROFILE%" >NUL && set ispowershell=1
cd /D "%~dp0"
echo.
@pwsh -NoProfile -ExecutionPolicy Bypass -Command .\scripts\update-httpyac-environments.ps1 %*
echo.
IF DEFINED iscommandline IF NOT DEFINED ispowershell pause