Sign in
llvm
/
third_party
/
cpp-httplib
/
6650632e7fd7ccffe2a6ac263445bf3ea0393cb3
/
.
/
example
/
uploader.sh
blob: 4382ae6217593ca68b409d969338c5ef9d6bbea5 [
file
] [
log
] [
blame
]
#/usr/bin/env bash
for
i
in
{
1.
.
1000000
}
do
echo
"#### $i ####"
curl
-
X POST
-
F image_file
=
@$1
http
://
localhost
:
1234
/
post
>
/
dev
/
null
done