swh:1:snp:a422b851e16cc4f1262b8bf03a4a48e024193f52
Raw File
Tip revision: 7290a9b0f97013d45bcb3d933b8d81d4ef7f2648 authored by Dirk Roorda on 07 January 2019, 18:05:34 UTC
small fix
Tip revision: 7290a9b
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