blob: cd72b5853a386a9d97b921c47ff9f52517870432 (
plain)
1
2
3
4
5
6
7
8
9
|
help: ## Show this help.
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
download: ## download all links to ./music
cat links | target=./music xargs -n 1 bin/yout2ogg
add: ##make add url="http://youtube..."
add: ##to add link to ./links
bin/youtplaylist ${url} >> links
|