From 46b81db6dc5424ac8c33e5afb235c1f336c3c2ee Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Wed, 5 Jun 2024 10:06:38 -0400 Subject: [PATCH] added quote behavior to explorer script --- scripts/explorer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/explorer.sh b/scripts/explorer.sh index e9bdba2..41281bd 100755 --- a/scripts/explorer.sh +++ b/scripts/explorer.sh @@ -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 $@`