mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 20:50:02 +02:00
Update roll-a-dice.ps1
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
$Reply = "One.", "Two.", "Three.", "Four.", "Five.", "Six." | Get-Random
|
||||
$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"
|
||||
& "$PSScriptRoot/give-reply.ps1" "$Reply $Number."
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user