This commit is contained in:
Markus Fleschutz 2021-12-11 17:20:46 +01:00
parent 8a6524542d
commit 7a332d2b1d
14 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Merry Christmas to you, too!", "Happy Christmas to you, too!" | Get-Random
$Reply = "Merry Christmas to you too!", "Happy Christmas to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Easter to you, too!" | Get-Random
$Reply = "Happy Easter to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Father's day to you, too!" | Get-Random
$Reply = "Happy Father's day to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Halloween to you, too!" | Get-Random
$Reply = "Happy Halloween to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Hanukkah to you, too!" | Get-Random
$Reply = "Happy Hanukkah to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Holidays to you, too!" | Get-Random
$Reply = "Happy Holidays to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Kwanzaa to you, too!" | Get-Random
$Reply = "Happy Kwanzaa to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Mother's day to you, too!" | Get-Random
$Reply = "Happy Mother's day to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Thank you. Happy New Year to you, too!" | Get-Random
$Reply = "Thank you. Happy New Year to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Ramadan to you, too!" | Get-Random
$Reply = "Happy Ramadan to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy St.Patrick's day to you, too!" | Get-Random
$Reply = "Happy St.Patrick's day to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Thanksgiving to you, too!" | Get-Random
$Reply = "Happy Thanksgiving to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Happy Valentine's day to you, too!" | Get-Random
$Reply = "Happy Valentine's day to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success

View File

@ -11,7 +11,7 @@
https://github.com/fleschutz/PowerShell
#>
$Reply = "Merry Christmas to you, too!", "Happy Christmas to you, too!" | Get-Random
$Reply = "Merry Christmas to you too!", "Happy Christmas to you too!" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply"
exit 0 # success