Revision 113eafaac5fef6e71c8b7a77ca190464c6cb872f authored by Dirk Roorda on 08 January 2021, 12:44:35 UTC, committed by Dirk Roorda on 08 January 2021, 12:44:35 UTC
1 parent 25cebd7
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