Revision 2c60a8fd3aeea79a4efc1eca5de85b0a616872fc authored by Dirk Roorda on 13 May 2020, 08:22:21 UTC, committed by Dirk Roorda on 13 May 2020, 08:22:21 UTC
1 parent 96d581a
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