Added powershell support

This commit is contained in:
Walluce Pinkham 2022-04-13 09:08:12 +01:00
parent 835396c645
commit f2e3803913
5 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Write-Output "Hello from Powershell"
exit 0