diff options
Diffstat (limited to 'bin/sync-mp3')
| -rwxr-xr-x | bin/sync-mp3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync-mp3 b/bin/sync-mp3 index baab204..782d417 100755 --- a/bin/sync-mp3 +++ b/bin/sync-mp3 @@ -1,2 +1,2 @@ #!/bin/sh -rsync -hvrltD --delete -@ 1 --stats --info=progress2 marc@192.168.1.197:Music/mp3/ . +rsync -hvrltD --delete -@ 1 --stats --info=progress2 "${1:-marc@192.168.1.197:Music/mp3/}" . |
