Revision 69c3f8c35133bfdd1e62af1d1705bac20abb14d0 authored by Dirk Roorda on 15 January 2024, 13:41:35 UTC, committed by Dirk Roorda on 15 January 2024, 13:41:35 UTC
1 parent 0521fcc
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