aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Cezar Moisรฉs <[email protected]>2022-03-13 16:31:39 -0300
committerGitHub <[email protected]>2022-03-13 16:31:39 -0300
commit9333ccb117355637961a0a877ec5118aa4f8aba4 (patch)
tree4210e39121a630e9efdc9763bc312e5c8f7a6ee5
parent88c825bd767ab88c1c698728332386f742050246 (diff)
Update cleanall.sh
-rw-r--r--cleanall.sh5
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 "|| ๏ผณ๏ฝ™๏ฝ“๏ฝ”๏ฝ…๏ฝ ๐Ÿ™๐Ÿ˜๐Ÿ˜% ๐“’๐“ต๐“ฎ๐“ช๐“ท ||"