initial commit
This commit is contained in:
commit
b39b82463b
13 changed files with 214 additions and 0 deletions
5
battery
Executable file
5
battery
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# docstring=just shows the current capacity
|
||||
set -E -o pipefail
|
||||
|
||||
cat /sys/class/power_supply/BAT0/capacity
|
Loading…
Add table
Add a link
Reference in a new issue