document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. lynx --source https://pypi.python.org/simple/virtualenv/ | grep -v py| grep href | sed \'s/.*a href="\\(.*\\)" rel=.*/\\1/\'|while read a; do
  2.      wget -c https://pypi.python.org/simple/virtualenv/$a -P /storage/pypimirror/virtualenv/;
  3. done
');