dotfiles/shell/scripts/AutoDeleteDownloads.sh

4 lines
68 B
Bash
Raw Normal View History

2024-02-07 14:37:44 +00:00
#! /usr/bin/env sh
find $HOME/Downloads/ -type f -mtime +14 -print