indrajithc / shred

shred everything from current directory and all its subdirectories including the script file itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shred Master

shred.sh is simple script used to shred everything inside current directory and all its subdirectories, including the script file itself.

you can rename the script file whatever you like with the extension of ".sh"

chmod +x shred.sh  # make it executable
./shred.sh  # delete everything ! unrecoverable

About

shred everything from current directory and all its subdirectories including the script file itself.


Languages

Language:Shell 100.0%