]> git.saurik.com Git - redis.git/blob - client-libraries/update-cpp-client.sh
RubyRedis info postprocessor rewritten in a more functional way
[redis.git] / client-libraries / update-cpp-client.sh
1 #!/bin/sh
2 rm -rf temp
3 mkdir temp
4 cd temp
5 git clone git://github.com/fictorial/redis-cpp-client.git
6 cd redis-cpp-client
7 rm -rf .git
8 cd ..
9 cd ..
10 rm -rf cpp
11 mv temp/redis-cpp-client cpp
12 rm -rf temp