5 lines
No EOL
334 B
Bash
5 lines
No EOL
334 B
Bash
#remote="127.0.0.1:8080"
|
|
remote="172.16.0.131"
|
|
#curl -v -T./logo-rotate.pbm "http://${remote}/api/tag" -H "Content-Type: image/x-portable-bitmap"
|
|
curl -v -T./logo.pbm "http://${remote}/api/tag" -H "Content-Type: image/x-portable-bitmap"
|
|
# url -v -T./test.pgm "http://127.0.0.1:8080/api/tag" -H "Content-Type: image/x-portable-greymap" |