diff --git a/README.md b/README.md index 0d2ebde..394d50c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ These are tools I use to use Windows primarily through WSL. ## `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. ## `path-convert` @@ -20,3 +20,10 @@ their normal DOS form. 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. + diff --git a/scripts/explorer.sh b/scripts/explorer.sh index 3eff002..4ba73a5 100755 --- a/scripts/explorer.sh +++ b/scripts/explorer.sh @@ -1,5 +1,4 @@ #!/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 $@` -