nsbin/old/xmms-monitor-song.sh

5 lines
102 B
Bash
Executable File

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