mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-12 22:10:40 -05:00
add -f to rm in a test
This commit is contained in:
parent
47d9ace8fd
commit
3c33eaaf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
echo upload_chunked 1>&2
|
||||
|
||||
rm data
|
||||
rm -f data
|
||||
|
||||
SERVER=$1
|
||||
PORT=8087
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue