#! /bin/sh
#

for x in `find . -name "battery_*.log" -print | xargs grep -l '\$94'`; do ./logdump $x 94 | head -10; done
