Skip to content

Commit bbe73ee

Browse files
committed
Add link
1 parent 8d28e24 commit bbe73ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TOOL-Expand-GzipFile/Expand-GzipFile.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Function Expand-GZipFile {
1919
Expand-GZipFile -LiteralPath C:\tmp\lazywinadmin-2019.xml.gz
2020
2121
Will expand the content of C:\tmp\lazywinadmin-2019.xml.gz to C:\tmp\lazywinadmin-2019.xml
22+
.LINK
23+
https://github.com/lazywinadmin/PowerShell
2224
#>
2325
[CmdletBinding()]
2426
Param(

0 commit comments

Comments
 (0)