PowerShell/test.ps1
Markus Fleschutz d8a596061e Added test.ps1
2020-05-01 09:44:56 +00:00

8 lines
174 B
PowerShell
Executable File

# PowerShell Script for Testing
# -----------------------------
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
write-output "PowerShell Works!"
exit 0