https://github.com/annotation/text-fabric
Raw File
Tip revision: ed26f387b107c3d102c148aeb9b9fb99f8955156 authored by Dirk Roorda on 10 June 2021, 13:27:55 UTC
pipeline support functions
Tip revision: ed26f38
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