shell@ss:/ $ while true
while true
> do
do
> ls
ls
> sleep 10
sleep 10
> done
done
2,
@echo off
adb shell ps > lsof.txt
:start
echo "-------------------------------------------" >> lsof.txt
adb shell lsof >> lsof.txt
sleep 10
goto start