fix: keep terminal screen and scrollbuffer

This commit is contained in:
Victor Westerlund 2026-04-12 10:31:04 +02:00
parent 832bea4252
commit 009c69c2f4
Signed by: vlw
GPG key ID: 5DAF14C317AA7719

View file

@ -63,9 +63,7 @@ fi
# Save the response headers and body # Save the response headers and body
curl_cmd="$curl_cmd -o $RESP_BODY_RAW_FILE -D $RESP_HEADERS_FILE" curl_cmd="$curl_cmd -o $RESP_BODY_RAW_FILE -D $RESP_HEADERS_FILE"
# Execute curl # Dispatch request
eval "clear"
echo -e "\e[0;92mRequest >\e[0m ${method} ${url}" echo -e "\e[0;92mRequest >\e[0m ${method} ${url}"
eval $curl_cmd eval $curl_cmd