#!/system/bin/sh
while [ /system/bin/true ]; do cat /proc/cpuinfo; done
