WordPress – Package a plugin
# Run at the current directory
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && find . -name '.DS_Store' -type f -delete
# zip it
zip -x '*.git/*' -r updraftplus.2.16.20.24.zip updraftplus