https://github.com/annotation/text-fabric
Raw File
Tip revision: 5c578a09553a5fa68100fc3cbf919108e729829c authored by Dirk Roorda on 21 June 2019, 20:04:37 UTC
fonts
Tip revision: 5c578a0
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