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