https://github.com/annotation/text-fabric
Raw File
Tip revision: 4610e625be501fe60b147138e5fd797363156fae authored by Dirk Roorda on 02 November 2018, 12:13:42 UTC
scroll into view
Tip revision: 4610e62
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