You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tepoll/example_request.sh

7 lines
216 B

#!/usr/bin/env sh
while true; do curl --location --request \
POST 'http://localhost:7878/upload' \
--form 'file=@/home/.q1/Pictures/Screenshot_20200513_104645.png' \
-w ' Total: %{time_total}' && printf '\n'; done;