diff --git a/Scripts/list-wsl-distros.ps1 b/Scripts/list-wsl-distros.ps1 new file mode 100644 index 00000000..e69457c6 --- /dev/null +++ b/Scripts/list-wsl-distros.ps1 @@ -0,0 +1,2 @@ +& wsl --list --online +exit 0 # success \ No newline at end of file