Rename to say-date.ps1 and say-time.ps1

This commit is contained in:
Markus Fleschutz
2021-10-12 22:06:12 +02:00
parent 27bd366394
commit aa22515370
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Speaks the current date by text-to-speech (TTS)
Say the current date by text-to-speech
.DESCRIPTION
speak-date.ps1
This script speaks the current date by text-to-speech (TTS).
.EXAMPLE
PS> ./speak-date
PS> ./say-date
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Speaks the current time by text-to-speech (TTS)
Say the current time by text-to-speech
.DESCRIPTION
speak-time.ps1
This script speaks the current time by text-to-speech (TTS).
.EXAMPLE
PS> ./speak-time
PS> ./say-time
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK