mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-24 10:58:16 +02:00
Updated test.ps1
This commit is contained in:
parent
4d6641b50c
commit
5fb4957e12
@ -1,10 +1,11 @@
|
|||||||
#!/snap/bin/powershell
|
#!/snap/bin/powershell
|
||||||
#
|
#
|
||||||
# Description: simple test script
|
# Syntax: ./test.ps1
|
||||||
|
# Description: simple PowerShell test script
|
||||||
# Author: Markus Fleschutz
|
# Author: Markus Fleschutz
|
||||||
# Source: github.com/fleschutz/PowerShell
|
# Source: github.com/fleschutz/PowerShell
|
||||||
# License: CC0
|
# License: CC0
|
||||||
#
|
#
|
||||||
write-output "OK - PowerShell is working. Details are:"
|
write-output "✔️ PowerShell works. Details are:"
|
||||||
echo $PSVersionTable
|
echo $PSVersionTable
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user