From 73ae3a47a410eb2db9c3c776c0252e1feaeb2d7e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 20 Feb 2017 10:06:38 +0100 Subject: Reorganise binaries --- bin/nowplaying | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 bin/nowplaying (limited to 'bin/nowplaying') diff --git a/bin/nowplaying b/bin/nowplaying deleted file mode 100755 index 650e6e8..0000000 --- a/bin/nowplaying +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -cmus-remote -Q | grep '^tag \(artist\|album\|title\) ' | cut -d' ' -f 3- | tr '\n' '\t' | awk 'BEGIN { FS = "\t" } ; { print $3 " (" $2 ", " $1 ")" }'; echo -n ' ' -- cgit v1.2.3