From 5fb4957e12b410b8c3fc335388c4a34e0104508a Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 29 Sep 2020 17:44:17 +0000 Subject: [PATCH] Updated test.ps1 --- Scripts/test.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/test.ps1 b/Scripts/test.ps1 index 213e69a0..51cd0419 100755 --- a/Scripts/test.ps1 +++ b/Scripts/test.ps1 @@ -1,10 +1,11 @@ #!/snap/bin/powershell # -# Description: simple test script +# Syntax: ./test.ps1 +# Description: simple PowerShell test script # Author: Markus Fleschutz # Source: github.com/fleschutz/PowerShell # License: CC0 # -write-output "OK - PowerShell is working. Details are:" +write-output "✔️ PowerShell works. Details are:" echo $PSVersionTable exit 0