swh:1:snp:a422b851e16cc4f1262b8bf03a4a48e024193f52
Raw File
Tip revision: 86016a08e660776a59cbc9071bda07019539f7a1 authored by Dirk Roorda on 11 May 2021, 17:59:09 UTC
recorder and layered search updates
Tip revision: 86016a0
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