fpp/docs/clean.do
2020-07-20 16:00:23 -07:00

9 lines
255 B
Plaintext

# ----------------------------------------------------------------------
# clean.do
# ----------------------------------------------------------------------
. ./defs.sh
find . -mindepth 2 -maxdepth 2 -name clean.do | sed 's/\.do$//' | xargs redo
rm_tmp