dotfiles/shell/scripts/AutoDeleteDownloads.sh

4 lines
68 B
Bash
Raw Permalink Normal View History

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