Skip to content

Commit c247dcd

Browse files
committed
Added uploader.sh
1 parent 793ae98 commit c247dcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/uploader.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#/usr/bin/env bash
2+
for i in {1..10000}
3+
do
4+
echo "#### $i ####"
5+
curl -X POST -F image_file=@$1 http://localhost:1234/post > /dev/null
6+
done

0 commit comments

Comments
 (0)