Improve the close- scripts

This commit is contained in:
Markus Fleschutz
2021-04-07 14:37:12 +02:00
parent c65d4455e6
commit 6cf41e4221
10 changed files with 19 additions and 10 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/pwsh
<#
.SYNTAX ./close-program.ps1 [<full-program-name>][<program-name>] [<program-alias-name>]
.SYNTAX ./close-program.ps1 [<full-program-name>] [<program-name>] [<program-alias-name>]
.DESCRIPTION closes the processes of the given program gracefully
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0