diff options
Diffstat (limited to 'windows/bin/system-update.cmd')
| -rw-r--r-- | windows/bin/system-update.cmd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/windows/bin/system-update.cmd b/windows/bin/system-update.cmd new file mode 100644 index 0000000..64a7b9f --- /dev/null +++ b/windows/bin/system-update.cmd | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | @echo off | ||
| 2 | |||
| 3 | call npm-update.cmd | ||
| 4 | if errorlevel 1 exit /b 1 | ||
| 5 | |||
| 6 | call nvim-update.cmd | ||
| 7 | if errorlevel 1 exit /b 1 | ||
| 8 | |||
| 9 | call pkg-update.cmd | ||
| 10 | if errorlevel 1 exit /b 1 | ||
