Skip to content

Commit

Permalink
bin: Add dlphoto
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Oct 2, 2023
1 parent 13a0cb0 commit 444ec4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/dlphoto
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash -ex

dir=${1?missing dir}
shift

includes=()

for file; do
includes+=( --include "$file" )
done

rclone copy gs:chris-down-photos/chrisdown-photos/"$dir" . "${includes[@]}"

0 comments on commit 444ec4e

Please sign in to comment.