aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local')
-rwxr-xr-xscripts/.local/bin/update-dotnet-tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/.local/bin/update-dotnet-tools b/scripts/.local/bin/update-dotnet-tools
new file mode 100755
index 0000000..612acef
--- /dev/null
+++ b/scripts/.local/bin/update-dotnet-tools
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -ef
+
+dotnet tool list -g | tail -n +3 | cut -f 1 -d ' ' | xargs -L 1 dotnet tool update -g