dotfiles/shell/scripts/AutoDeleteDownloads.sh

4 lines
68 B
Bash

#! /usr/bin/env sh
find $HOME/Downloads/ -type f -mtime +14 -print