blob: 1d0e0f4ed951e6cac380adb24218d3f0f1712893 (
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 | xargs -n 1 bin/yout2ogg
add: ##make add url="http://youtube..."
add: ##to add link to ./links
bin/youtplaylist ${url} >> links
|