mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Update say-hello.ps1
This commit is contained in:
parent
13aacff361
commit
66329b9b2b
@ -11,10 +11,6 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
try {
|
& "$PSScriptRoot/give-reply.ps1" "Hello everyone."
|
||||||
& "$PSScriptRoot/give-reply.ps1" "Hello, everyone."
|
exit 0 # success
|
||||||
exit 0 # success
|
|
||||||
} catch {
|
|
||||||
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user