Skip to content

Commit

Permalink
docs: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Feb 25, 2025
1 parent 60a3e8d commit 4061e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ set total (eq search -l 1 | jq '.available')
set length 50 # can only download up to 50 at a time
set pages (math floor $total / $length)
for i in (seq 0 $pages)
set start (math $i \* $length)
set start (math $i x $length)
echo "Downloading items $start to" (math $start + $length)
# NOTE: no attachment info, use "--info all" for both attachments & metadata
eq search -l $length --info metadata --start $start > json/$i.json
Expand Down

0 comments on commit 4061e30

Please sign in to comment.