summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-20 12:35:00 +0200
committerlassulus <lass@aidsballs.de>2016-06-20 12:35:00 +0200
commit965adc96c177ec07fdb14b1999b033a2cab283c1 (patch)
treee8dc8fdb2422d79ca3782a476493f6ba4cad5347
parent4b1389cf2ea02e4e4142c4b0dc1de5f55cc14ecb (diff)
Makefile: show added link
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7705ab..19c8a6d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ downloadmp3: ## you can specify number of jobs with ex. jobs=4
add: ##make add url="http://youtube..."
add: ##to add link to ./links
- bin/youtplaylist ${url} >> links
+ bin/youtplaylist ${url} | tee -a links
check: ## check for missing songs
check: ## make download should be run first