Add open-google-play.ps1 and open-google-mail.ps1

This commit is contained in:
Markus Fleschutz
2021-10-28 08:41:53 +02:00
parent 4c8f0c90d0
commit 1d335fb513
14 changed files with 102 additions and 46 deletions

View File

@ -11,10 +11,5 @@
https://github.com/fleschutz/PowerShell
#>
try {
& "$PSScriptRoot/open-browser.ps1" "https://google.com"
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
exit 1
}
& "$PSScriptRoot/open-browser.ps1" "https://google.com"
exit 0 # success