https://github.com/annotation/text-fabric
Raw File
Tip revision: 609270cdc0a2d68b90f2e12d95cb5903976cbf95 authored by Dirk Roorda on 01 May 2023, 20:23:23 UTC
bug fix and command streamlining
Tip revision: 609270c
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