https://github.com/annotation/text-fabric
Raw File
Tip revision: 50d9a883603a715b52901ba0e185b67918bc4654 authored by Dirk Roorda on 11 October 2018, 06:08:17 UTC
small fix
Tip revision: 50d9a88
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