@echo off call npm-update.cmd if errorlevel 1 exit /b 1 call nvim-update.cmd if errorlevel 1 exit /b 1 call pkg-update.cmd if errorlevel 1 exit /b 1