Update zip-dir.ps1

This commit is contained in:
Markus Fleschutz
2021-08-27 19:39:48 +02:00
parent 503a7485f1
commit 4b923a2d75
3 changed files with 10 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ Mega Collection of PowerShell Scripts
* [SHA1.ps1](Scripts/SHA1.ps1) - prints the SHA1 checksum of the given file
* [SHA256.ps1](Scripts/SHA256.ps1) - prints the SHA256 checksum of the given file
* [upload-file.ps1](Scripts/zip-dir.ps1) - uploads the local file to the given FTP server
* [zip-dir.ps1](Scripts/zip-dir.ps1) - creates a zip archive of the given directory
* [zip-dir.ps1](Scripts/zip-dir.ps1) - creates a .zip archive of the given directory
📝 Scripts for Git
-------------------