diff options
Diffstat (limited to 'README.md')
-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 |