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

15
Scripts/open-google-mail.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens Google Mail
.DESCRIPTION
This script launches the Web browser with the Google Mail website.
.EXAMPLE
PS> ./open-google-mail
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://mail.google.com"
exit 0 # success