xserve windows launcher script

This commit is contained in:
Jeremy Wall 2019-10-10 18:10:17 -05:00
parent e1e88def86
commit ec4d802b72

6
PS/launch_wsl_xserve.ps1 Normal file
View File

@ -0,0 +1,6 @@
param (
[string]
$CommandPath = "rxvt-unicode"
)
Start-Process -FilePath "wsl.exe" -ArgumentList $CommandPath -NoNewWindow