mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Added close-program.ps1 and close-windows-terminal.ps1
This commit is contained in:
15
Scripts/close-windows-terminal.ps1
Executable file
15
Scripts/close-windows-terminal.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
#!/snap/bin/powershell
|
||||
|
||||
# Syntax: ./close-windows-terminal.ps1
|
||||
# Description: closes the Windows Terminal program gracefully
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
close-program.ps1 "WindowsTerminal"
|
||||
#try {
|
||||
# exit 0
|
||||
#} catch {
|
||||
# write-error "ERROR in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
# exit 1
|
||||
#}
|
Reference in New Issue
Block a user