summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-23 22:10:31 +0200
committerlassulus <lass@aidsballs.de>2015-08-23 22:10:31 +0200
commitc8e03eda103335f86f31b3873c3c74a439f89ae3 (patch)
treed426c50ecce6febfd89eb8372acbc3362cbc9d48
parent822efbf1dc0c2b57c06fa51bb06fe5f46427f697 (diff)
Makefile: add copy command
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 337bf79..d97cd7d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,7 @@ check: ## make download should be run first
play: ## play the playlist without downloading
mpv --loop=inf --shuffle --playlist links
+
+copy: ## make copy dest="/mnt/tmp/music"
+copy: ## to copy music to dest
+ rsync -vrltD ./music ${dest}