Files
controller-wisetopdataserver/run-clean-loggers.sh
T
2022-05-06 11:25:30 +08:00

4 lines
82 B
Bash
Executable File

#!/bin/bash
find /home/pi -maxdepth 1 -type f -iname '*.out' -mtime +30 -delete