diff --git a/PS/launch_wsl_xserve.ps1 b/PS/launch_wsl_xserve.ps1 new file mode 100644 index 0000000..cec6e06 --- /dev/null +++ b/PS/launch_wsl_xserve.ps1 @@ -0,0 +1,6 @@ +param ( + [string] + $CommandPath = "rxvt-unicode" +) + +Start-Process -FilePath "wsl.exe" -ArgumentList $CommandPath -NoNewWindow \ No newline at end of file