incremental pull of new media files
[android-command-line.git] / adb-meminfo.sh
1 #!/bin/sh -x
2
3 adb shell 'while true ; do free ; echo ; sleep 1 ; done'