PowerShell/Scripts/close-edge.ps1
2020-12-28 09:53:24 +00:00

12 lines
311 B
PowerShell
Executable File

#!/snap/bin/powershell
# Syntax: ./close-edge.ps1
# Description: closes Microsoft Edge gracefully
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "msedge"