X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/be42428336aeb2059c6312cfeaac8d2bd23b53f1..67d3e950bae378fe73812feaeb649a61ea6894bf:/client-libraries/update-python-client.sh diff --git a/client-libraries/update-python-client.sh b/client-libraries/update-python-client.sh new file mode 100755 index 00000000..e5f03833 --- /dev/null +++ b/client-libraries/update-python-client.sh @@ -0,0 +1,9 @@ +#!/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