Erlang client updated

This commit is contained in:
antirez
2009-05-30 10:17:06 +02:00
parent be42428336
commit 67d3e950ba
6 changed files with 57 additions and 15 deletions

View File

@ -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