https://github.com/annotation/text-fabric
Raw File
Tip revision: 05889a1ac372279e37fc82402d46edfee0ea88bd authored by Dirk Roorda on 18 October 2018, 10:00:55 UTC
syrnt with etcbc transcriptions
Tip revision: 05889a1
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