UUOC my ass

This commit is contained in:
Osman Faruk Bayram 2025-05-16 19:12:47 +03:00
parent 05c8db2703
commit e7fb48d0a5

View file

@ -24,7 +24,7 @@ fetch_and_merge() {
-o "$resp_file"
echo -e "\n--- Page $((counter + 1)) (First 20 lines) ---"
cat "$resp_file" | jq | head -n 20
jq "." "$resp_file" | head -n 20
next_url=$(jq -r '.pages.next_url // empty' "$resp_file")
((counter++))