From 97c8ba136cc73098b31c95e5dfdf9b9d55f68222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:25:27 -0300 Subject: Update cleanall.sh --- cleanall.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cleanall.sh') diff --git a/cleanall.sh b/cleanall.sh index f5d4e98..59c9484 100644 --- a/cleanall.sh +++ b/cleanall.sh @@ -32,7 +32,15 @@ rm -rfv ~/.cache/* rm -rfv ~/tmp/* rm -rfv ~/usr/src/tmp/* rm -rfv ~/.bash_history +rm -rfv /zero.yes /zero.file +echo " " echo "----------------------------------------------------------------------" -echo "|| System 𝟙𝟘𝟘% 𝓒𝓵𝓮𝓪𝓷 ||" +echo "|| 𝓒𝓵𝓮𝓪𝓷𝓲𝓷𝓰 𝓕𝓻𝓮𝓮 𝓤𝓹 𝓢𝓹𝓪𝓬𝓮 ||" +echo "----------------------------------------------------------------------" +cat /dev/zero > zero.file +sync +rm zero.file +echo "----------------------------------------------------------------------" +echo "|| System 𝟙𝟘𝟘% 𝓒𝓵𝓮𝓪𝓷 ||" echo "---------------------------------------------------------------------" exit 0 -- cgit v1.2.3