mirror of
https://codeberg.org/vlw/curl.git
synced 2026-04-12 18:29:38 +02:00
13 lines
215 B
Bash
Executable file
13 lines
215 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd curl
|
|
|
|
echo "" > resp_body.txt
|
|
echo "" > req_params.txt
|
|
echo "" > resp_headers.txt
|
|
|
|
echo "{}" > req_body.json
|
|
echo "{}" > resp_body.json
|
|
echo "{}" > req_headers.json
|
|
|
|
echo "New configuration created"
|