dotfiles/PS/launch_wsl_xserve.ps1

6 lines
137 B
PowerShell
Raw Normal View History

2019-10-10 18:10:17 -05:00
param (
[string]
$CommandPath = "rxvt-unicode"
)
Start-Process -FilePath "wsl.exe" -ArgumentList $CommandPath -NoNewWindow