diff --git a/system/wlines_run.ps1 b/system/wlines_run.ps1 new file mode 100644 index 0000000..7513672 --- /dev/null +++ b/system/wlines_run.ps1 @@ -0,0 +1,3 @@ +$app = (Get-Command -Type Application).name | ~/Bin/custom/wlines.exe + +Invoke-Expression $app