Skip to content

Instantly share code, notes, and snippets.

@manno
Created January 1, 2015 14:47
Show Gist options
  • Save manno/d1c65f5dfe7c4928d6f2 to your computer and use it in GitHub Desktop.
Save manno/d1c65f5dfe7c4928d6f2 to your computer and use it in GitHub Desktop.
(while read url; do
echo "============ $url ============"
curl --header "Range: bytes=0-10485760" -4 $url/congress/2014/opus/31c3-6050-en-Code_Pointer_Integrity_opus.opus > /dev/null
done <<EOF
http://berlin.ftp.media.ccc.de/
http://c3media.vsos.ethz.ch/
http://ccc1.mirror.xt0.org/
http://ccc2.mirror.xt0.org/
http://dedi5.s11.c3voc.de/
http://fr1.1und1.c3voc.de
http://fr2.1und1.c3voc.de
http://fr3.1und1.c3voc.de
http://ftp.chaos-darmstadt.de
http://ftp.fau.de/cdn.media.ccc.de/
http://ftp.halifax.rwth-aachen.de/ccc/
http://ftp.kullen.rwth-aachen.de/
http://koeln.ftp.media.ccc.de/
http://mirror.eu.oneandone.net/projects/media.ccc.de/
http://mirror.netcologne.de/CCC
http://mirror.selfnet.de/CCC/
http://mirror.us.oneandone.net/projects/media.ccc.de/
http://us1.1und1.c3voc.de
http://us2.1und1.c3voc.de/
EOF
) | tee $0.`date +%s`.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment