PowerShell/Scripts/test.ps1

9 lines
191 B
PowerShell
Raw Normal View History

2020-05-01 11:44:56 +02:00
# PowerShell Script for Testing
# -----------------------------
2020-05-02 14:35:58 +02:00
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
2020-05-01 11:08:56 +02:00
write-output "PowerShell Works!"
exit 0