Created
January 3, 2023 04:30
-
-
Save ara-ta3/5c18765979b5df1f09b2e1616de51e12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SECONDS=`date '+%s'` | |
NAME='battery.magictrackpad' | |
VALUE=`ioreg -c AppleDeviceManagementHIDEventService|grep BatteryPercent|awk -F'|' '{print $6}'|awk -F'=' '{print $2}'|xargs echo` | |
echo -e "${NAME}\t${VALUE}\t${SECONDS}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment