mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-12 08:58:16 +01:00
Update good-morning.ps1
This commit is contained in:
parent
395bc98718
commit
149f1aacbe
@ -11,7 +11,7 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
$Answer = "Well, good morning to you too."
|
$Answer = "Good morning.", "Good morning to you too.", "Well, good morning to you too.", "Good morning! How are you?", "Morning." | Get-Random
|
||||||
|
|
||||||
write-output "$Answer"
|
write-output "$Answer"
|
||||||
& "$PSScriptRoot/speak-english.ps1" "$Answer"
|
& "$PSScriptRoot/speak-english.ps1" "$Answer"
|
||||||
|
Loading…
Reference in New Issue
Block a user