mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Change to use speak-english.ps1
This commit is contained in:
@ -14,5 +14,5 @@
|
||||
$Reply = "It's", "I get", "Now it's", "OK, I have" | Get-Random
|
||||
$Number = "1", "2", "3", "4", "5", "6" | Get-Random
|
||||
|
||||
& "$PSScriptRoot/give-reply.ps1" "$Reply $Number."
|
||||
& "$PSScriptRoot/speak-english.ps1" "$Reply $Number."
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user