f144f848cc
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
|
|
while true; do echo currenttrack | xmms-shell | sed 's/Current song: //'; sleep 5; done
|