Files
2026-05-11 12:18:38 +00:00

10 lines
216 B
Bash

#!/bin/bash
## 20260511-121656
sudo clear
echo 'Cleaning...'
sudo apt install bleachbit
bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store
echo 'Done.'
read -r