X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/5762b7f0f8d33eda021da908b6ddced684a2ba05..1259672feb4fcad189d413a341745990a844feda:/client-libraries/update-python-client.sh diff --git a/client-libraries/update-python-client.sh b/client-libraries/update-python-client.sh deleted file mode 100755 index e5f03833..00000000 --- a/client-libraries/update-python-client.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -rm -rf temp -mkdir temp -cd temp -git clone git://github.com/ludoo/redis.git -cd .. -rm -rf python -mv temp/redis/client-libraries/python python -rm -rf temp