diff options
| -rwxr-xr-x | contrib/eventcmd.sh | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/contrib/eventcmd.sh b/contrib/eventcmd.sh index fd02973..6e3a081 100755 --- a/contrib/eventcmd.sh +++ b/contrib/eventcmd.sh @@ -7,8 +7,6 @@ while read L; do  	export "$k=$v"  done < <(grep -e '^\(title\|artist\|album\|stationName\|pRet\|pRetStr\|wRet\|wRetStr\|songDuration\|songPlayed\|rating\)=' /dev/stdin) # don't overwrite $1... -env > /tmp/pianobar-env -  case "$1" in  #	songstart)  #		echo 'naughty.notify({title = "pianobar", text = "Now playing: ' "$title" ' by ' "$artist" '"})' | awesome-client - | 
