Home | History | Annotate | Download | only in latency
      1 #!/bin/bash
      2 
      3 while :
      4 do
      5 	find / -type f -print > /dev/null 2>&1
      6 done
      7