intimate/supervisor_conf/clear_log.sh
eson 5d50119825 add new nimo code
change more
2020-08-28 19:07:12 +08:00

8 lines
100 B
Bash

CURPATH=`pwd`
BINPATH=$(dirname "$CURPATH")/bin
find $BINPATH -type f -name 'log' -exec rm {} +