PowerShell/Scripts/test.ps1

11 lines
216 B
PowerShell
Raw Normal View History

2020-05-25 21:21:40 +02:00
#!/snap/bin/powershell
#
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