uupdump
=======
Run this tool from linux terminal to interactively retrieve uuid of recent Win11 iso images.
Then pass retrieved uuid to the following shell function to start downloading iso in current directory
```
dump(){
uuid="$1"
if [[ -z "$uuid" ]]; then
fi
See Also
-