https://github.com/annotation/text-fabric
Raw File
Tip revision: 710b02bf7a590975e77dbea50b2f3aa862e0f186 authored by Dirk Roorda on 05 July 2019, 09:44:57 UTC
first idea of a recorder
Tip revision: 710b02b
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