From 782ece04dca488c1396373eeccb6d14d3cc06315 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Tue, 12 Sep 2023 22:03:02 +0200 Subject: scipts: add update-dotnet-tools --- scripts/.local/bin/update-dotnet-tools | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/.local/bin/update-dotnet-tools 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 -- cgit v1.2.3