index
:
dots
master
These are my config files and I treasure them
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.scripts
/
battery_level.sh
blob: a1b1b4831352c9b86cd9e697fb9dd4871e387160 (
plain
)
1
2
3
#!/bin/sh acpi -b | awk '{print $4}' | sed 's/,//' | tr -d '\n'