8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
|
|
curl -F "file=@test.txt" http://localhost:5000/uploader
|
|
|