Thread
:
N9 idle current drain
View Single Post
fhutt
2013-11-13 , 22:21
Posts: 49 | Thanked: 8 times | Joined on Oct 2013
#
7
I tried:
#!/bin/sh
current = ((bmestat | grep "battery current") | awk '{print $3}' )
echo -n $current
I get a syntax error: unexpected "("
Could someone please help with this script?
Thanks
Quote & Reply
|
fhutt
View Public Profile
Send a private message to fhutt
Find all posts by fhutt