aboutsummaryrefslogtreecommitdiff
path: root/bin/autoclean.sh.m4
blob: 7a24436888bc17ad6a51c469f981b29c411b13e4 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

echo "[$(date)] Running cleaning routine"
set -o pipefail
set -x

max_age_days=5
find "DT_HOME_DIRECTORY/Downloads/" -mtime +${max_age_days} -delete