cleanLogs.sh 82 B

123456
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`; pwd)
  3. echo clean log files
  4. rm -rf $ROOT/log/*