]> git.saurik.com Git - redis.git/blob - client-libraries/update-python-client.sh
max bytes in an inline command raised to 1024*1024 bytes, in order to allow for very...
[redis.git] / client-libraries / update-python-client.sh
1 #!/bin/sh
2 rm -rf temp
3 mkdir temp
4 cd temp
5 git clone git://github.com/ludoo/redis.git
6 cd ..
7 rm -rf python
8 mv temp/redis/client-libraries/python python
9 rm -rf temp