aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/system-update.cmd
blob: 6c355d010c5588fecac1f2544aaf2560c5bf9360 (plain)
1
2
3
4
5
6
7
8
9
10
@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