diff options
-rw-r--r-- | cleanall.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 𝟙𝟘𝟘% 𝓒𝓵𝓮𝓪𝓷 ||" |