show only active processes using top
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Sep 2010 13:38:06 +0000 (15:38 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Sep 2010 13:38:06 +0000 (15:38 +0200)
adb-top.sh [new file with mode: 0755]

diff --git a/adb-top.sh b/adb-top.sh
new file mode 100755 (executable)
index 0000000..c833ac8
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh -x
+adb shell top | grep -v ' 0% S '