curl/init.sh

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"