From 3bba9c82b0d279172601ecde5404c1098ce027f4 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 30 Oct 2021 14:01:41 +0200 Subject: [PATCH] Add several scripts --- Scripts/open-air-b-n-b.ps1 | 15 +++++++++++++++ Scripts/open-bit-bucket.ps1 | 15 +++++++++++++++ Scripts/open-fire-place.ps1 | 15 +++++++++++++++ Scripts/open-flight-radar.ps1 | 15 +++++++++++++++ Scripts/open-four-square.ps1 | 15 +++++++++++++++ Scripts/open-holiday-check.ps1 | 15 +++++++++++++++ Scripts/open-office-365.ps1 | 15 +++++++++++++++ Scripts/open-street-map.ps1 | 15 +++++++++++++++ Scripts/open-topo-map.ps1 | 15 +++++++++++++++ 9 files changed, 135 insertions(+) create mode 100755 Scripts/open-air-b-n-b.ps1 create mode 100755 Scripts/open-bit-bucket.ps1 create mode 100755 Scripts/open-fire-place.ps1 create mode 100755 Scripts/open-flight-radar.ps1 create mode 100755 Scripts/open-four-square.ps1 create mode 100755 Scripts/open-holiday-check.ps1 create mode 100755 Scripts/open-office-365.ps1 create mode 100755 Scripts/open-street-map.ps1 create mode 100755 Scripts/open-topo-map.ps1 diff --git a/Scripts/open-air-b-n-b.ps1 b/Scripts/open-air-b-n-b.ps1 new file mode 100755 index 00000000..cf9f9f4d --- /dev/null +++ b/Scripts/open-air-b-n-b.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the AirBNB website +.DESCRIPTION + This script launches the Web browser with the AirBNB website. +.EXAMPLE + PS> ./open-air-b-n-b +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://www.airbnb.com" +exit 0 # success diff --git a/Scripts/open-bit-bucket.ps1 b/Scripts/open-bit-bucket.ps1 new file mode 100755 index 00000000..bde1b768 --- /dev/null +++ b/Scripts/open-bit-bucket.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the Bitbucket website +.DESCRIPTION + This script launches the Web browser with the Bitbucket website. +.EXAMPLE + PS> ./open-bit-bucket +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://bitbucket.org" +exit 0 # success diff --git a/Scripts/open-fire-place.ps1 b/Scripts/open-fire-place.ps1 new file mode 100755 index 00000000..9a8cd6f1 --- /dev/null +++ b/Scripts/open-fire-place.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens a fire place website +.DESCRIPTION + This script launches the Web browser with a fire place website. +.EXAMPLE + PS> ./open-fire-play +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://freefireplaces.com" +exit 0 # success diff --git a/Scripts/open-flight-radar.ps1 b/Scripts/open-flight-radar.ps1 new file mode 100755 index 00000000..08cd58ba --- /dev/null +++ b/Scripts/open-flight-radar.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens FlightRadar24 +.DESCRIPTION + This script launches the Web browser with the FlightRadar24 website. +.EXAMPLE + PS> ./open-flight-radar +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://www.flightradar.com" +exit 0 # success diff --git a/Scripts/open-four-square.ps1 b/Scripts/open-four-square.ps1 new file mode 100755 index 00000000..38705edd --- /dev/null +++ b/Scripts/open-four-square.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the FourSquare website +.DESCRIPTION + This script launches the Web browser with the FourSquare website. +.EXAMPLE + PS> ./open-four-square +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://foursquare.com" +exit 0 # success diff --git a/Scripts/open-holiday-check.ps1 b/Scripts/open-holiday-check.ps1 new file mode 100755 index 00000000..bbd632aa --- /dev/null +++ b/Scripts/open-holiday-check.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the HolidayCheck website +.DESCRIPTION + This script launches the Web browser with the HolidayCheck website. +.EXAMPLE + PS> ./open-holiday-check +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://www.holidaycheck.com" +exit 0 # success diff --git a/Scripts/open-office-365.ps1 b/Scripts/open-office-365.ps1 new file mode 100755 index 00000000..eb591aba --- /dev/null +++ b/Scripts/open-office-365.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens Microsoft Office 365 +.DESCRIPTION + This script launches the Web browser with the Microsoft Office 365 website. +.EXAMPLE + PS> ./open-office-365 +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://portal.office.com" +exit 0 # success diff --git a/Scripts/open-street-map.ps1 b/Scripts/open-street-map.ps1 new file mode 100755 index 00000000..8edb0c08 --- /dev/null +++ b/Scripts/open-street-map.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the OpenStreetMap website +.DESCRIPTION + This script launches the Web browser with the OpenStreetMap website. +.EXAMPLE + PS> ./open-street-map +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://www.openstreetmap.org" +exit 0 # success diff --git a/Scripts/open-topo-map.ps1 b/Scripts/open-topo-map.ps1 new file mode 100755 index 00000000..097f9ca4 --- /dev/null +++ b/Scripts/open-topo-map.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Opens the OpenTopoMap website +.DESCRIPTION + This script launches the Web browser with the OpenTopoMap website. +.EXAMPLE + PS> ./open-topo-map +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +& "$PSScriptRoot/open-browser.ps1" "https://opentopomap.org" +exit 0 # success