[snooze] add clean-old-downloads

This commit is contained in:
odrling 2023-11-24 12:18:22 +01:00
parent cb6c00639d
commit 10ed0b50a2
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -0,0 +1,3 @@
#!/bin/execlineb -P
importas HOME HOME
find ${HOME}/Downloads -atime +30 -delete