ADB shell command to execute repeatedly every x interval
You can use an unconditional loop: You can also look into tools like inotifywait or fsmon depending on what you are trying to accomplish. You can also install busybox for Android which contains the watch command.