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"