diff --git a/Scripts/happy-christmas.ps1 b/Scripts/happy-christmas.ps1 index 6cf30b23..e5b6a899 100644 --- a/Scripts/happy-christmas.ps1 +++ b/Scripts/happy-christmas.ps1 @@ -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 diff --git a/Scripts/happy-easter.ps1 b/Scripts/happy-easter.ps1 index f452c379..f5dd7af0 100644 --- a/Scripts/happy-easter.ps1 +++ b/Scripts/happy-easter.ps1 @@ -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 diff --git a/Scripts/happy-fathers-day.ps1 b/Scripts/happy-fathers-day.ps1 index 14fdcaa8..8baf5291 100644 --- a/Scripts/happy-fathers-day.ps1 +++ b/Scripts/happy-fathers-day.ps1 @@ -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 diff --git a/Scripts/happy-halloween.ps1 b/Scripts/happy-halloween.ps1 index 19d9c2c5..a97114d5 100644 --- a/Scripts/happy-halloween.ps1 +++ b/Scripts/happy-halloween.ps1 @@ -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 diff --git a/Scripts/happy-hanukkah.ps1 b/Scripts/happy-hanukkah.ps1 index 25c870f4..f3ce029d 100644 --- a/Scripts/happy-hanukkah.ps1 +++ b/Scripts/happy-hanukkah.ps1 @@ -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 diff --git a/Scripts/happy-holidays.ps1 b/Scripts/happy-holidays.ps1 index 8eb86667..cf592196 100644 --- a/Scripts/happy-holidays.ps1 +++ b/Scripts/happy-holidays.ps1 @@ -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 diff --git a/Scripts/happy-kwanzaa.ps1 b/Scripts/happy-kwanzaa.ps1 index 6e6100cc..1a890e3b 100644 --- a/Scripts/happy-kwanzaa.ps1 +++ b/Scripts/happy-kwanzaa.ps1 @@ -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 diff --git a/Scripts/happy-mothers-day.ps1 b/Scripts/happy-mothers-day.ps1 index bc78864d..794e37d3 100644 --- a/Scripts/happy-mothers-day.ps1 +++ b/Scripts/happy-mothers-day.ps1 @@ -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 diff --git a/Scripts/happy-new-year.ps1 b/Scripts/happy-new-year.ps1 index 76f17f1a..49d8f6cd 100644 --- a/Scripts/happy-new-year.ps1 +++ b/Scripts/happy-new-year.ps1 @@ -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 diff --git a/Scripts/happy-ramadan.ps1 b/Scripts/happy-ramadan.ps1 index 0420ff40..8b1988a3 100644 --- a/Scripts/happy-ramadan.ps1 +++ b/Scripts/happy-ramadan.ps1 @@ -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 diff --git a/Scripts/happy-saint-patricks-day.ps1 b/Scripts/happy-saint-patricks-day.ps1 index 1edde659..484b7ba1 100644 --- a/Scripts/happy-saint-patricks-day.ps1 +++ b/Scripts/happy-saint-patricks-day.ps1 @@ -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 diff --git a/Scripts/happy-thanksgiving.ps1 b/Scripts/happy-thanksgiving.ps1 index 0b56d505..074a0647 100644 --- a/Scripts/happy-thanksgiving.ps1 +++ b/Scripts/happy-thanksgiving.ps1 @@ -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 diff --git a/Scripts/happy-valentines-day.ps1 b/Scripts/happy-valentines-day.ps1 index 38f1b089..b51587dc 100644 --- a/Scripts/happy-valentines-day.ps1 +++ b/Scripts/happy-valentines-day.ps1 @@ -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 diff --git a/Scripts/merry-christmas.ps1 b/Scripts/merry-christmas.ps1 index af545b7c..c025fdb2 100644 --- a/Scripts/merry-christmas.ps1 +++ b/Scripts/merry-christmas.ps1 @@ -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