aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/system-update.cmd
blob: 64a7b9f5b3e62e41f7427c4f3f11bfdf63273915 (plain)
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