Revision a5a507a8980bb6cfaa7beabc9074e92360ba7217 authored by Dirk Roorda on 04 October 2018, 14:39:38 UTC, committed by Dirk Roorda on 04 October 2018, 14:39:38 UTC
1 parent 28740f6
Raw File
purge.sh
EGGNAME="text-fabric"; (for ip in $(dig +short pypi.org); do url="https://$ip/simple/${EGGNAME}/"; echo "Purging $url..."; curl -L -H 'Host: pypi.python.org' --insecure -XPURGE $url; done)
back to top