I am creating a script that should work on the MAC, and I would like to find out the equivalence of the following command line with the curl command:
wget --keep-session-cookies --load-cookies=cookies.txt --referer=website.com http://website.com/folder/$count
Thanks in advance.
source
share