From 82b7caf60e3870835b0faa8e5f0142609d9c7f89 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sun, 3 Apr 2022 12:55:16 -0500 Subject: [PATCH] bash example: Add more duplicate uploads --- client-examples/bash/upload.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client-examples/bash/upload.sh b/client-examples/bash/upload.sh index c800176..0520ac0 100755 --- a/client-examples/bash/upload.sh +++ b/client-examples/bash/upload.sh @@ -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'