https://github.com/annotation/text-fabric
Revision 6103f9ad58847039a421320409df3fead3e4ab27 authored by Dirk Roorda on 10 April 2019, 11:22:06 UTC, committed by Dirk Roorda on 10 April 2019, 11:22:06 UTC
1 parent 0a351ca
Raw File
Tip revision: 6103f9ad58847039a421320409df3fead3e4ab27 authored by Dirk Roorda on 10 April 2019, 11:22:06 UTC
test
Tip revision: 6103f9a
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