mirror of
https://github.com/nasa/fpp.git
synced 2025-12-17 05:51:30 -06:00
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
# ----------------------------------------------------------------------
|
|
# clean.do
|
|
# ----------------------------------------------------------------------
|
|
|
|
. ./defs.sh
|
|
|
|
find . -mindepth 2 -maxdepth 2 -name clean.do | sed 's/\.do$//' | xargs redo
|
|
rm_tmp
|