https://github.com/annotation/text-fabric
Raw File
Tip revision: d26f7d4080fc01b813373cf14b4c3a4f3dde7a98 authored by Dirk Roorda on 24 January 2022, 18:15:17 UTC
fix in text-fabric-browser start-up
Tip revision: d26f7d4
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