diff options
Diffstat (limited to 'upload-test.sh')
| -rwxr-xr-x | upload-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/upload-test.sh b/upload-test.sh new file mode 100755 index 0000000..936e013 --- /dev/null +++ b/upload-test.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl --upload-file example.png http://localhost:8080/ |
