Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 1007702

Browse files
committed
Replace Python hack to continuously display procrank info with much simpler bash script.
1 parent 715069c commit 1007702

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

display-procrank.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

watch-procrank.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
watch -n 1 'adb shell b2g-procrank'

0 commit comments

Comments
 (0)