Files
baremetal-basics/cln
T

10 lines
204 B
Bash
Raw Normal View History

2026-05-11 11:47:23 +00:00
#!/bin/bash
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 -n1
clear