diff options
| author | anon | 2025-07-05 13:15:10 +0200 |
|---|---|---|
| committer | anon | 2025-07-05 13:15:10 +0200 |
| commit | aef6f78d010ac50325d6b7abf983d591845fc502 (patch) | |
| tree | 13dc6c1a7de57baec27151d018fbad4eb50b25f7 /test/upload-test.sh | |
| parent | f383d2946c452a718ae090ff2dba3524fbcb01b1 (diff) | |
| download | emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.xz emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.zst | |
reorder the project
Diffstat (limited to 'test/upload-test.sh')
| -rwxr-xr-x | test/upload-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/upload-test.sh b/test/upload-test.sh new file mode 100755 index 0000000..936e013 --- /dev/null +++ b/test/upload-test.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl --upload-file example.png http://localhost:8080/ |
