intimate/supervisor_conf/clear_log.sh

8 lines
100 B
Bash
Raw Normal View History

2020-08-28 11:07:12 +00:00
CURPATH=`pwd`
BINPATH=$(dirname "$CURPATH")/bin
find $BINPATH -type f -name 'log' -exec rm {} +