aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/system-update.cmd
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-27 13:30:59 +0200
committerThomas Schmucker <ts@its1.de>2026-08-27 13:30:59 +0200
commita5fcfee3f33f95b9ad41f42e6676ef0b579904e5 (patch)
tree778f3230d02a93ed8aec15e644bf2506438d7a6f /windows/bin/system-update.cmd
parentb3b1f245e798319a268b372d33489eaf14fa632e (diff)
downloaddotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.gz
dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.bz2
dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.zip
bootstrap: Weitere Skripte für Windows
Diffstat (limited to 'windows/bin/system-update.cmd')
-rw-r--r--windows/bin/system-update.cmd10
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
3call npm-update.cmd
4if errorlevel 1 exit /b 1
5
6call nvim-update.cmd
7if errorlevel 1 exit /b 1
8
9call pkg-update.cmd
10if errorlevel 1 exit /b 1