Mirimir: > NOW=`date +%F_%H-%M` > echo " dump IP Chicken at $NOW" > links2 -g -dump http://ipchicken.com/ > ~/dumps/IP-$NOW & > NOW=`date +%F_%H-%M` > echo " dump Craigslist URL http://$CLURL at $NOW" > links2 -g -dump http://$CLURL > ~/dumps/$CLURL-$NOW &
TTBOMK this won't work as you'd like. Tor will create a different circuit for each host you try to contact. The circuit used by the first `links2` will be different that then one that follows. -- Lunar <[email protected]>
signature.asc
Description: Digital signature
-- tor-talk mailing list - [email protected] To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
