mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 09:23:12 +01:00
Update tell-joke.ps1 and tell-quote.ps1
This commit is contained in:
parent
dbaf9f803e
commit
1a5bde5cd3
@ -1,6 +1,6 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Tells a joke by text-to-speech
|
Tells a random joke by text-to-speech
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS).
|
This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS).
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Tells a quote by text-to-speech
|
Tells a random quote by text-to-speech
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script selects a random quote from Data/quotes.csv and speaks it by text-to-speech (TTS).
|
This PowerShell script selects a random quote from Data/quotes.csv and speaks it by text-to-speech (TTS).
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
|
Loading…
Reference in New Issue
Block a user