Revision fe22caf92fd7f5ef8a2682d3ba648492b1f632d1 authored by Dirk Roorda on 13 June 2020, 15:07:57 UTC, committed by Dirk Roorda on 13 June 2020, 15:07:57 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