mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-29 08:06:51 +01:00
Add several scripts
This commit is contained in:
parent
cdbaf9a680
commit
3bba9c82b0
15
Scripts/open-air-b-n-b.ps1
Executable file
15
Scripts/open-air-b-n-b.ps1
Executable file
@ -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
|
15
Scripts/open-bit-bucket.ps1
Executable file
15
Scripts/open-bit-bucket.ps1
Executable file
@ -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
|
15
Scripts/open-fire-place.ps1
Executable file
15
Scripts/open-fire-place.ps1
Executable file
@ -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
|
15
Scripts/open-flight-radar.ps1
Executable file
15
Scripts/open-flight-radar.ps1
Executable file
@ -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
|
15
Scripts/open-four-square.ps1
Executable file
15
Scripts/open-four-square.ps1
Executable file
@ -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
|
15
Scripts/open-holiday-check.ps1
Executable file
15
Scripts/open-holiday-check.ps1
Executable file
@ -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
|
15
Scripts/open-office-365.ps1
Executable file
15
Scripts/open-office-365.ps1
Executable file
@ -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
|
15
Scripts/open-street-map.ps1
Executable file
15
Scripts/open-street-map.ps1
Executable file
@ -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
|
15
Scripts/open-topo-map.ps1
Executable file
15
Scripts/open-topo-map.ps1
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user