https://github.com/annotation/text-fabric
Revision c4a3ece8479b892a6733cabb5414d004c926bceb authored by Dirk Roorda on 13 May 2019, 10:29:48 UTC, committed by Dirk Roorda on 13 May 2019, 10:29:48 UTC
1 parent c5b3654
Raw File
Tip revision: c4a3ece8479b892a6733cabb5414d004c926bceb authored by Dirk Roorda on 13 May 2019, 10:29:48 UTC
structure fixes
Tip revision: c4a3ece
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