5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
# launch explorer with converted path(s)
|
|
'/mnt/c/Windows/explorer.exe' `path-convert $@`
|
|
|