From 21ddf60b0473e1d482130e1754023dad541be408 Mon Sep 17 00:00:00 2001 From: Bray <6+bray@noreply.localhost> Date: Mon, 11 May 2026 11:47:23 +0000 Subject: [PATCH] Upload files to "/" --- cln | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cln diff --git a/cln b/cln new file mode 100644 index 0000000..f17bf91 --- /dev/null +++ b/cln @@ -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