5d50119825
change more
8 lines
100 B
Bash
8 lines
100 B
Bash
CURPATH=`pwd`
|
|
BINPATH=$(dirname "$CURPATH")/bin
|
|
find $BINPATH -type f -name 'log' -exec rm {} +
|
|
|
|
|
|
|
|
|