PowerShell/Scripts/close-windows-terminal.ps1
2020-12-29 15:28:03 +00:00

10 lines
272 B
PowerShell
Executable File

#!/snap/bin/powershell
<#
.SYNTAX ./close-windows-terminal.ps1
.DESCRIPTION closes Windows Terminal gracefully
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>
./close-program "WindowsTerminal" "Windows Terminal"