Skip to content

Commit 0dc7be8

Browse files
committed
Renamed to convert-zip2dir.ps1
1 parent 49556ed commit 0dc7be8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<#
22
.SYNOPSIS
3-
Unzips a file
3+
Unzips a .ZIP file
44
.DESCRIPTION
55
This PowerShell script unzips a file (.ZIP suffix).
66
.PARAMETER path
77
Specifies the path to the .ZIP file.
88
.EXAMPLE
9-
PS> ./unzip-file.ps1 C:\file.zip
9+
PS> ./convert-zip2dir.ps1 C:\file.zip
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

0 commit comments

Comments
 (0)