mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +01:00
Remove see-you-later.ps1
This commit is contained in:
parent
02ee5672a7
commit
12897c0d1d
@ -1,17 +0,0 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Answers to 'see you later'
|
||||
.DESCRIPTION
|
||||
This PowerShell script says a reply to "see you later" by text-to-speech (TTS).
|
||||
.EXAMPLE
|
||||
PS> ./see-you-later
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
$Reply = "Good bye.", "See you.", "Bye bye." | Get-Random
|
||||
|
||||
& "$PSScriptRoot/give-reply.ps1" "$Reply"
|
||||
exit 0 # success
|
Loading…
Reference in New Issue
Block a user