From 9333ccb117355637961a0a877ec5118aa4f8aba4 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:31:39 -0300 Subject: Update cleanall.sh --- cleanall.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cleanall.sh b/cleanall.sh index 59c9484..d37aae0 100644 --- a/cleanall.sh +++ b/cleanall.sh @@ -37,8 +37,13 @@ echo " " echo "----------------------------------------------------------------------" echo "|| 𝓒𝓵𝓮𝓪𝓷𝓲𝓷𝓰 𝓕𝓻𝓮𝓮 𝓤𝓹 𝓢𝓹𝓪𝓬𝓮 ||" echo "----------------------------------------------------------------------" +dd if=/dev/zero of=zero.small.file bs=1024 count=102400 +shred -z zero.small.file cat /dev/zero > zero.file sync +rm zero.small.file +shred -z zero.file +sync rm zero.file echo "----------------------------------------------------------------------" echo "|| System 𝟙𝟘𝟘% 𝓒𝓵𝓮𝓪𝓷 ||" -- cgit v1.2.3