We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ae98 commit c247dcdCopy full SHA for c247dcd
example/uploader.sh
@@ -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