#!/bin/bash usage=$(top -b -n1 | grep "Cpu(s)" | awk '{print $2 + $4}') echo -e "CPU: [${usage%.*}%] "