https://github.com/annotation/text-fabric
Raw File
Tip revision: ea1058137a5cb3195901c117f75853ed275e7529 authored by Dirk Roorda on 18 January 2019, 09:01:15 UTC
small fix
Tip revision: ea10581
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