Simple rename

This commit is contained in:
Markus Fleschutz
2021-12-11 12:32:03 +01:00
parent 3122902f0b
commit 1a94413a0e
7 changed files with 23 additions and 6 deletions

15
Scripts/open-edge.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Launches the Edge browser
.DESCRIPTION
This script launches the Microsoft Edge Web browser.
.EXAMPLE
PS> ./open-edge
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process microsoft-edge://
exit 0 # success