Created
June 4, 2018 07:54
-
-
Save ethereal-sandeep/733f6463d0f37b4b98a055e7f82e5d1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for n in `seq 7`; do dd if=/dev/urandom of=/dev/sda bs=8b conv=notrunc; done |
Author
ethereal-sandeep
commented
Jun 4, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment