11 lines
134 B
Bash
Executable File
11 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# you'll need trash-cli
|
|
while :
|
|
do
|
|
sleep 60
|
|
trash-empty
|
|
done
|
|
|
|
# for fuck's sake just stop with the goddamn trash
|