mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
4 lines
78 B
Text
4 lines
78 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
find /mnt/data/backups/hass/* -mtime +5 -delete
|