adavenport321
‎01-16-2024
New Contributor II

Joined: March 2019

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Posting this for anyone that wants to get battery level on Apple Silicon Mac and use it for EA #!/bin/sh # Used to get battery presentage on a Mac. # Works on macOS11 and Apple Silicon battery=$(pmset -g batt | grep -o '[0-9]*%; [a-z]*' | sed 's/%//'...
Kudos from