mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-26 23:58:41 +01:00
10 lines
240 B
PowerShell
Executable File
10 lines
240 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
|
|
|
|
./close-program "WindowsTerminal"
|