Revision 6a5133b20a07d00a3b637bf680e21ee0d654c8f6 authored by Dirk Roorda on 18 December 2018, 15:31:06 UTC, committed by Dirk Roorda on 18 December 2018, 15:31:06 UTC
1 parent dbce6f6
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