Revision 5d2b5ddd19be981cf71dceb9798cd89b451058cd authored by Dirk Roorda on 02 December 2023, 15:15:42 UTC, committed by Dirk Roorda on 02 December 2023, 15:15:42 UTC
1 parent 7ecfd38
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