Update write-clock.ps1 and write-time.ps1

This commit is contained in:
Markus Fleschutz
2023-08-06 19:31:40 +02:00
parent aa67a452f8
commit 18e4f20852
2 changed files with 10 additions and 13 deletions

View File

@ -2,9 +2,10 @@
.SYNOPSIS
Writes the current time
.DESCRIPTION
This PowerShell script determines and writes the current time.
This PowerShell script queries the current time and writes it to the console.
.EXAMPLE
PS> ./write-time
PS> ./write-time.ps1
🕒7:20 PM
.LINK
https://github.com/fleschutz/PowerShell
.NOTES