mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
bash example: Add more duplicate uploads
This commit is contained in:
parent
044d24c92d
commit
82b7caf60e
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue