Revision 916745547a850086a7d569a3b0c976b876f66a65 authored by Dirk Roorda on 30 January 2021, 18:50:36 UTC, committed by Dirk Roorda on 30 January 2021, 18:50:36 UTC
1 parent 1201572
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