1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-12 16:51:57 +02:00

Merge pull request from rengoo/patch-1

Update zip
This commit is contained in:
Chris Allen Lane
2019-07-01 18:54:53 -04:00
committed by GitHub

@ -1,6 +1,9 @@
# Create zip file # Create zip file
zip archive.zip file1 directory/ zip archive.zip file1 directory/
# Create zip file from directory
zip -r archive.zip directory/
# Create zip file with password # Create zip file with password
zip -P password archive.zip file1 zip -P password archive.zip file1