diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-04-08 15:39:10 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-04-08 15:39:10 +0200 |
commit | 9bea68910a27573be5c38530587b2936e3a47d42 (patch) | |
tree | dcc5a94fd3dfac1fb234863057f0f1be50690385 /contrib/eventcmd.sh | |
parent | f6a50cc2163163be7d09ec1529f1fd5a4d3d2f6c (diff) | |
download | pianobar-windows-9bea68910a27573be5c38530587b2936e3a47d42.tar.gz pianobar-windows-9bea68910a27573be5c38530587b2936e3a47d42.tar.bz2 pianobar-windows-9bea68910a27573be5c38530587b2936e3a47d42.zip |
Removed debugging stuff from eventcmd
Oops :)
Diffstat (limited to 'contrib/eventcmd.sh')
-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 - |