5 lines
102 B
Bash
5 lines
102 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
|
||
|
while true; do echo currenttrack | xmms-shell | sed 's/Current song: //'; sleep 5; done
|