Revision cfc02e5531151b3bff2db1ad58ae4d4d6ef72a87 authored by Cody Kingham on 13 June 2020, 14:56:56 UTC, committed by Cody Kingham on 13 June 2020, 14:56:56 UTC
1 parent 29df235
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