winure/scripts/explorer.sh

6 lines
110 B
Bash
Raw Permalink Normal View History

2024-06-05 09:22:27 -04:00
#!/usr/bin/bash
# launch explorer with converted path(s)
'/mnt/c/Windows/explorer.exe' `path-convert -s $@`
2024-06-05 09:22:27 -04:00