#!/bin/sh ioreg -p IODeviceTree -n 'battery' -w 0 | grep IOBatteryInfo | cut -d'{' -f2 | cut -d'}' -f1 | tr , '\n'