dotfiles/home/default/scripts/del-macos-folders
2024-05-08 14:25:20 -04:00

4 lines
93 B
Plaintext
Executable File

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