dotfiles/home/default/scripts/del-macos-folders

4 lines
93 B
Plaintext

#/usr/bin/env bash
set -v #echo on
find . -type d -name '__MACOSX' -print -exec rm -rf {} \;