Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
log2cn committed Nov 12, 2024
1 parent 190f6c2 commit 5389d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ rclone cat box:data.txt | while read -r path url; do
curl -sS --retry 5 -o $path $url
done

time rclone move --delete-empty-src-dirs data/ box:data/
time rclone move --delete-empty-src-dirs data/ box:$(date +"%Y%m%d_%H%M")/

0 comments on commit 5389d98

Please sign in to comment.