added quote behavior to explorer script

This commit is contained in:
Valerie Wolfe 2024-06-05 10:06:38 -04:00
parent ee814d261c
commit 46b81db6dc

View file

@ -1,5 +1,5 @@
#!/usr/bin/bash
# launch explorer with converted path(s)
'/mnt/c/Windows/explorer.exe' `path-convert $@`
'/mnt/c/Windows/explorer.exe' `path-convert -q $@`