remove node tools

This commit is contained in:
2026-07-22 12:19:28 +02:00
parent 044c54ab7b
commit 1fd36fd957
7 changed files with 22 additions and 999 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\setup-tools.ps1 %*
echo.
IF DEFINED iscommandline IF NOT DEFINED ispowershell pause