PowerShell/Scripts/close-windows-terminal.ps1
2020-12-28 08:40:26 +00:00

11 lines
268 B
PowerShell
Executable File

#!/snap/bin/powershell
# Syntax: ./close-windows-terminal.ps1
# Description: closes Windows Terminal gracefully
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
$ExitCode = close-program.ps1 "WindowsTerminal"
exit $ExitCode