mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Opens the documents folder
|
||||
.DESCRIPTION
|
||||
This script launches the File Explorer with the user's documents folder.
|
||||
This PowerShell script launches the File Explorer with the user's documents folder.
|
||||
.EXAMPLE
|
||||
PS> ./open-documents-folder
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user