1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-04 14:30:42 +02:00
PowerShell/Scripts/close-calculator.ps1
2021-01-19 09:14:55 +01:00

10 lines
255 B
PowerShell
Executable File

#!/snap/bin/powershell
<#
.SYNTAX ./close-calculator.ps1
.DESCRIPTION closes the calculator program gracefully
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>
./close-program "calc" "Calculator"