2 lines
99 B
Bash
Executable File
2 lines
99 B
Bash
Executable File
# shellcheck shell=ksh
|
|
find . -name .DS_Store -type f -delete ; find . -type d | xargs dot_clean -m |