Merge pull request #455 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
commit ea07b6ad0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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