home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499c58a
)
Fix close mpd connection
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 5 Feb 2019 01:16:56 +0000
(20:16 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 5 Feb 2019 01:16:56 +0000
(20:16 -0500)
x1/bin/khatus_show
patch
|
blob
|
blame
|
history
diff --git
a/x1/bin/khatus_show
b/x1/bin/khatus_show
index
5170492
..
07c5f07
100755
(executable)
--- a/
x1/bin/khatus_show
+++ b/
x1/bin/khatus_show
@@
-441,7
+441,7
@@
weather=$(
#)
mpd_currentsong=$(
- echo 'currentsong' \
+ echo 'currentsong
\nclose
' \
| nc 127.0.0.1 6600 \
| awk -v max_chars=10 '
/^OK/ {
@@
-477,7
+477,7
@@
mpd_currentsong=$(
)
mpd_state=$(
- echo 'status' \
+ echo 'status
\nclose
' \
| nc 127.0.0.1 6600 \
| awk \
-v current_song="$mpd_currentsong" \
This page took
0.02815 seconds
and
4
git commands to generate.