xref: /aosp_15_r20/external/ltp/testcases/realtime/perf/latency/disknoise.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/bash
2*49cdfc7eSAndroid Build Coastguard Worker
3*49cdfc7eSAndroid Build Coastguard Workerwhile :
4*49cdfc7eSAndroid Build Coastguard Workerdo
5*49cdfc7eSAndroid Build Coastguard Worker	find / -type f -print > /dev/null 2>&1
6*49cdfc7eSAndroid Build Coastguard Workerdone
7