intimate/supervisor_conf/clear_log.sh

8 lines
111 B
Bash
Raw Permalink Normal View History

2020-08-28 11:07:12 +00:00
CURPATH=`pwd`
BINPATH=$(dirname "$CURPATH")/bin
2020-09-17 06:58:50 +00:00
find $BINPATH -type f -name 'log' -exec truncate -s 0 {} +
2020-08-28 11:07:12 +00:00