mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Replies to "Give me five"
|
||||
.DESCRIPTION
|
||||
This script replies to 'Give me five' by text-to-speech (TTS).
|
||||
This PowerShell script replies to 'Give me five' by text-to-speech (TTS).
|
||||
.EXAMPLE
|
||||
PS> ./give-me-five
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
$Reply = "Thanks!", "Hi five.", "Hi five to all of yours.", "Four plus one.", "Three plus two." | Get-Random
|
||||
|
Reference in New Issue
Block a user