mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-26 03:48:15 +02:00
Remove give-me-five.ps1
This commit is contained in:
parent
2667aafada
commit
931a692848
@ -1,17 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Replies to "Give me five"
|
|
||||||
.DESCRIPTION
|
|
||||||
This PowerShell script replies to 'Give me five' by text-to-speech (TTS).
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./give-me-five
|
|
||||||
.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
|
|
||||||
|
|
||||||
& "$PSScriptRoot/give-reply.ps1" "$Reply"
|
|
||||||
exit 0 # success
|
|
Loading…
Reference in New Issue
Block a user