#/bin/sh
#top -d ${1:-2} -p 0 -n 2 | grep Cpu | tail -n 1
LINES=1 top -d ${1:-2} -n 2 | grep Cpu | tail -n 1
