blob: f83888963986a4708f5961c5699b10d62d19b2e0 [file] [log] [blame]
#!/bin/bash
while :
do
find / -type f -print > /dev/null 2>&1
done