diff options
author | lassulus <lass@aidsballs.de> | 2016-06-20 12:35:00 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-20 12:35:00 +0200 |
commit | 965adc96c177ec07fdb14b1999b033a2cab283c1 (patch) | |
tree | e8dc8fdb2422d79ca3782a476493f6ba4cad5347 | |
parent | 4b1389cf2ea02e4e4142c4b0dc1de5f55cc14ecb (diff) |
Makefile: show added link
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |