Skip to content

Instantly share code, notes, and snippets.

@n-at-han-k
Created April 22, 2025 03:26
Show Gist options
  • Select an option

  • Save n-at-han-k/4197a0fe060f150119f5ffadcd9e89fe to your computer and use it in GitHub Desktop.

Select an option

Save n-at-han-k/4197a0fe060f150119f5ffadcd9e89fe to your computer and use it in GitHub Desktop.
Check battery on ubuntu
#!/bin/bash
upower -i $(upower -e | grep -i BAT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment