Skip to content

Instantly share code, notes, and snippets.

@rpivo
Last active February 22, 2021 00:42
Show Gist options
  • Save rpivo/5d40ea87e3765d27d07dd4cf0e4ec3ba to your computer and use it in GitHub Desktop.
Save rpivo/5d40ea87e3765d27d07dd4cf0e4ec3ba to your computer and use it in GitHub Desktop.
Adding Another File to a Zip Folder With Bash

Adding Another File to a Zip Folder With Bash

The below assumes that a publish.zip file already exists. You can zip up another file in this folder like so:

zip -g lambda.zip lambda_function.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment