mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 06:27:16 +02:00
Improve the comment-based section
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
<#
|
||||
.SYNTAX install-google-chrome.ps1
|
||||
.DESCRIPTION silently installs latest Google Chrome
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
.SYNOPSIS
|
||||
install-google-chrome.ps1
|
||||
.DESCRIPTION
|
||||
Silently installs latest Google Chrome
|
||||
.EXAMPLE
|
||||
PS> .\install-google-chrome.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user