commit ea79a87

hovercats  ·  2025-09-22 18:35:00 +0000 UTC
parent 4dc5d23
batt: remove the newline inside the loop
1 files changed,  +1, -2
+1, -2
1@@ -2,5 +2,4 @@
2 
3 flag e +
4 
5-for (file in capacity status)
6-	cat /sys/class/power_supply/BAT1/$file
7+for (file in capacity status) cat /sys/class/power_supply/BAT1/$file