1 2 3 4 5 6 7 8 9 10
@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