Read url from file instead of cli argument #17

Merged
vlw merged 2 commits from refs/pull/17/head into master 2026-06-06 05:05:18 +02:00
vlw commented 2026-06-03 10:42:14 +02:00 (Migrated from codeberg.org)

In this PR we make the curl.sh script read the target URL from a new file curl/req_url.txt instead of an argument on the command line. This has the main advantage of being save- and loadable with save.sh. Previously, only the search parameters were saved from curl/req_params.txt - a file which is no longer needed.

In this PR we make the `curl.sh` script read the target URL from a new file `curl/req_url.txt` instead of an argument on the command line. This has the main advantage of being save- and loadable with `save.sh`. Previously, only the search parameters were saved from `curl/req_params.txt` - a file which is no longer needed.
Sign in to join this conversation.
No description provided.