PowerShell/Scripts/close-windows-terminal.ps1
2020-12-29 14:14:21 +00:00

10 lines
254 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"