7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
|
||
|
while true
|
||
|
echo (date +%s)' '(batteries-combined-wattage) >> ~/.battlog
|
||
|
sleep 5
|
||
|
end
|