https://github.com/annotation/text-fabric
Raw File
Tip revision: a9e0c3abb83fdc4807f2d1d3918dbb789534634e authored by Dirk Roorda on 04 May 2022, 06:52:55 UTC
more control over weblinks
Tip revision: a9e0c3a
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