PowerShell/Scripts/close-calculator.ps1

10 lines
255 B
PowerShell
Raw Normal View History

2021-01-09 15:59:37 +01:00
#!/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"