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