Casey

Full-Stack Developer

#shell

Zip files on macOS excluding __MAXOSX and hidden dot files

# Zips all files in the directory the command is run with exclusions
zip -r destination.zip . -x ".*" -x "__MAXOSX"