bash example: Add more duplicate uploads

This commit is contained in:
Aode (lion) 2022-04-03 12:55:16 -05:00
parent 044d24c92d
commit 82b7caf60e

View file

@ -9,6 +9,9 @@ upload_ids=$(
-F "images[]=@../scene.webp" \
-F "images[]=@../test.png" \
-F "images[]=@../earth.gif" \
-F "images[]=@../test.png" \
-F "images[]=@../cat.jpg" \
-F "images[]=@../scene.webp" \
'http://localhost:8080/image/backgrounded' | \
jq '.uploads[].upload_id' | \
sed 's/"//g'