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