updated README and made explorer.sh a sample
This commit is contained in:
parent
741385cc64
commit
43edc934ec
2 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,7 @@ These are tools I use to use Windows primarily through WSL.
|
||||||
|
|
||||||
## `mkwin`
|
## `mkwin`
|
||||||
|
|
||||||
A Linux utility to quickly make a bash script to run a windows executable with
|
A Linux utility to quickly make a bash script to run a Windows executable with
|
||||||
certain parameters.
|
certain parameters.
|
||||||
|
|
||||||
## `path-convert`
|
## `path-convert`
|
||||||
|
@ -20,3 +20,10 @@ their normal DOS form.
|
||||||
|
|
||||||
A DOS clone of `ls` that hides Windows hidden files.
|
A DOS clone of `ls` that hides Windows hidden files.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Scripts
|
||||||
|
|
||||||
|
- `elevate.sh`: Elevate WSL (`-l`) or Windows (`-w`) commands from WSL.
|
||||||
|
- `explorer.sh`: Launch explorer from WSL.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
# generated with: mkwin /mnt/c/Windows/explorer.exe --pc=s
|
||||||
|
|
||||||
# launch explorer with converted path(s)
|
|
||||||
'/mnt/c/Windows/explorer.exe' `path-convert -s $@`
|
'/mnt/c/Windows/explorer.exe' `path-convert -s $@`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue