https://github.com/annotation/text-fabric
Revision 56e51261ba90e49b77962d80e843c842ad3fe5e8 authored by Dirk Roorda on 07 March 2019, 13:21:09 UTC, committed by Dirk Roorda on 07 March 2019, 13:21:09 UTC
1 parent 15fa6f7
Raw File
Tip revision: 56e51261ba90e49b77962d80e843c842ad3fe5e8 authored by Dirk Roorda on 07 March 2019, 13:21:09 UTC
small fixes for data display
Tip revision: 56e5126
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