Skip to content

Instantly share code, notes, and snippets.

@ethereal-sandeep
Created June 4, 2018 07:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethereal-sandeep/733f6463d0f37b4b98a055e7f82e5d1b to your computer and use it in GitHub Desktop.
Save ethereal-sandeep/733f6463d0f37b4b98a055e7f82e5d1b to your computer and use it in GitHub Desktop.
#!/bin/bash
for n in `seq 7`; do dd if=/dev/urandom of=/dev/sda bs=8b conv=notrunc; done
@ethereal-sandeep
Copy link
Author

ethereal-sandeep commented Jun 4, 2018

chmod a+x wipeIt
sh wipeIt`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment