xserve windows launcher script
This commit is contained in:
parent
e1e88def86
commit
ec4d802b72
6
PS/launch_wsl_xserve.ps1
Normal file
6
PS/launch_wsl_xserve.ps1
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
param (
|
||||||
|
[string]
|
||||||
|
$CommandPath = "rxvt-unicode"
|
||||||
|
)
|
||||||
|
|
||||||
|
Start-Process -FilePath "wsl.exe" -ArgumentList $CommandPath -NoNewWindow
|
Loading…
x
Reference in New Issue
Block a user