mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 16:11:22 +02:00
Rename to say-date.ps1 and say-time.ps1
This commit is contained in:
@ -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
|
@ -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
|
Reference in New Issue
Block a user