diff options
Diffstat (limited to 'cleanall.sh')
-rw-r--r-- | cleanall.sh | 10 |
1 files changed, 9 insertions, 1 deletions
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 |