projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Automagically reconnection of RubyRedis
[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