mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Added comment-based help
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#!/snap/bin/powershell
|
||||
|
||||
# Syntax: ./close-chrome.ps1
|
||||
# Description: closes Google Chrome gracefully
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
<#
|
||||
.SYNTAX ./close-chrome.ps1
|
||||
.DESCRIPTION closes Google Chrome gracefully
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
./close-program "chrome"
|
||||
|
Reference in New Issue
Block a user