diff options
author | Cristian Cezar Moisés <[email protected]> | 2022-03-13 17:28:25 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-13 17:28:25 -0300 |
commit | b54caa0fb8b99bfc2b5ac4df671ef30d4fb7a1be (patch) | |
tree | c35ee01e940743edfe396c3dab3f2bea1864bebe | |
parent | 8aed149eb9eebe0435a4aa6e466813564866b12c (diff) |
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,12 +1,18 @@ # Clean ALL ### Secure Delete Your Trash, Temp and Free Space <img src="https://user-images.githubusercontent.com/86272521/158074934-902f1763-f3d0-4258-919a-d3fb2992e6c2.png" width="600" height="560"/> + ### <> HOW IT WORKS: </> -- *Get the cleanall.sh*; -- chmod +x cleanall.sh -- Execute: ./cleanall.sh +- Download the cleanall.sh; +- Permission: chmod +x cleanall.sh +- Then run ./cleanall.sh +#### <> Versions: </> + - cleanall.sh (Clean all + Free Disk Space [fastly]) + - cleaner.sh (Fast clean, dont clean free disk space) + - paranoid.sh (Clean all + Free Disk Space with urandom) _______________________________________________________ + If you want run it in reboot: - crontab -e - @reboot /home/Download/cleanall.sh |