mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-30 03:43:50 +01:00
8 lines
174 B
PowerShell
Executable File
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
|