misc/bash/trashpurge.sh

11 lines
134 B
Bash
Raw Permalink Normal View History

2023-03-07 10:47:07 -05:00
#!/bin/bash
# you'll need trash-cli
while :
do
sleep 60
trash-empty
done
# for fuck's sake just stop with the goddamn trash