aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/system-update.cmd
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
committerThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
commit807170eef48e2181abf306b1424c736f5179b36e (patch)
treefa637b9f0589c4b2866007908f55a7636226fffe /windows/bin/system-update.cmd
parente44fd96e3b8be7480e8a93af3e3bcb5767409b82 (diff)
parentcd76ca88483048791249846917c7768f7bfe301e (diff)
downloaddotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.gz
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.bz2
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.zip
Merge branch 'master' into add-jinja-support
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..6c355d0
--- /dev/null
+++ b/windows/bin/system-update.cmd
@@ -0,0 +1,10 @@
1@echo off
2
3call pkg-update.cmd
4if errorlevel 1 exit /b 1
5
6call npm-update.cmd
7if errorlevel 1 exit /b 1
8
9call nvim-update.cmd
10if errorlevel 1 exit /b 1