Revision 9fe4ffc86ce466d0085ac02e20e14e8f04ade33b authored by Dirk Roorda on 29 May 2020, 12:17:05 UTC, committed by Dirk Roorda on 29 May 2020, 12:17:05 UTC
1 parent 5b3fe91
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