Upload files to "/"

This commit is contained in:
2026-05-11 11:47:23 +00:00
parent d43223d9dc
commit 21ddf60b04
+9
View File
@@ -0,0 +1,9 @@
#!/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