From 0f7433691efe4b1f90587439fe59428bfa6b82fb Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Aug 2015 16:05:09 +0200 Subject: add missing song check --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index faeec9a..c665ee6 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ download: ## download all links to ./music add: ##make add url="http://youtube..." add: ##to add link to ./links bin/youtplaylist ${url} >> links + +check: ## check for missing songs +check: ## make download should be run first + cat links | musicDir=./music xargs -n1 bin/checkMissing -- cgit v1.2.3