Rename to open-default-browser.ps1

This commit is contained in:
Markus Fleschutz
2021-11-23 07:45:50 +01:00
parent 2e5be6ac68
commit af8f300a40
134 changed files with 141 additions and 153 deletions

View File

@ -4,12 +4,12 @@
.DESCRIPTION
This script launches the Web browser with a fire place website.
.EXAMPLE
PS> ./open-fire-play
PS> ./open-fire-place
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://freefireplaces.com"
& "$PSScriptRoot/open-default-browser.ps1" "https://freefireplaces.com"
exit 0 # success