mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-13 21:48:23 +02:00
Update hi.ps1
This commit is contained in:
parent
5d0a60bae7
commit
c4d1310fdc
@ -11,7 +11,7 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
$Reply = "Hello, how can I help?"
|
||||
$Reply = "Hey!", "Hello!", "Hi there!", "Hey there!", "Hey! How's it going?", "What's up?", "What's happening?", "How goes it?" | Get-Random
|
||||
|
||||
& "$PSScriptRoot/give-reply.ps1" "$Reply"
|
||||
exit 0 # success
|
||||
|
Loading…
Reference in New Issue
Block a user