diff options
Diffstat (limited to 'tools/cmusplaying')
-rwxr-xr-x | tools/cmusplaying | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cmusplaying b/tools/cmusplaying deleted file mode 100755 index 133b6f9..0000000 --- a/tools/cmusplaying +++ /dev/null @@ -1 +0,0 @@ -echo `cmus-remote -Q | awk '/ artist/ {$1=$2=""; print $0}'` - `cmus-remote -Q 2>/dev/null | grep title | awk '{$1=$2=""; print $0}'` |