aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/update-dotnet-tools
blob: 612aceff86dc7a6f49caba225c509fc060ea0ffc (plain)
1
2
3
4
5
#!/bin/sh

set -ef

dotnet tool list -g | tail -n +3 | cut -f 1 -d ' ' | xargs -L 1 dotnet tool update -g