Skip to content

Commit

Permalink
dlphoto: Keep directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Jul 5, 2024
1 parent 0241279 commit 75a1004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/dlphoto
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ if (( "$#" != "${#local_files[@]}" )); then
exit 1
fi

mv "${local_files[@]}" .
mkdir -p "$dir"
mv "${local_files[@]}" "$dir"
rmdir "$temp_dir"

0 comments on commit 75a1004

Please sign in to comment.