Add i-will-be-back.ps1

This commit is contained in:
Markus Fleschutz 2021-11-24 13:26:13 +01:00
parent 9d310d2521
commit 6320b1f287

15
Scripts/i-will-be-back.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Answers 'I'll be back'
.DESCRIPTION
This script answers "I'll be back" by text-to-speech (TTS).
.EXAMPLE
PS> ./i-will-be-back
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/speak-english.ps1" "Hasta la vista, baby."
exit 0 # success