4 lines
94 B
PowerShell
4 lines
94 B
PowerShell
$app = (Get-Command -Type Application).name | ~/Bin/custom/wlines.exe
|
|
|
|
Invoke-Expression $app
|