salinger
salinger copied to clipboard
Support PowerShell scripts maybe?
Salinger should support PowerShell scripts, as it's a common thing in Windows.
This would need to be tested in Windows.
It's possible for a Windows user to see the cannot be loaded because the execution of scripts is disabled on this system error when the PowerShell support is added.
One should run this in the PowerShell:
Set-ExecutionPolicy RemoteSigned
Running a ps1 script like this: powershell path/to/script.ps1 causes the process to hang and not exit.