added quote behavior to explorer script
This commit is contained in:
parent
ee814d261c
commit
46b81db6dc
1 changed files with 1 additions and 1 deletions
|
@ -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 $@`
|
||||
|
||||
|
|
Loading…
Reference in a new issue