CLI Zip Cheatsheet
# Instead use the -r option ``` $ zip -r src.zip ./src/ § zip src.zip ./src/**/* <-- Dont do this - Globs won't work as expected ``` # List zip…
# Instead use the -r option ``` $ zip -r src.zip ./src/ § zip src.zip ./src/**/* <-- Dont do this - Globs won't work as expected ``` # List zip…