projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
GETSET tests
[redis.git]
/
client-libraries
/
update-perl-client.sh
1
#!/bin/sh
2
rm
-rf
temp
3
mkdir
temp
4
cd
temp
5
svn checkout svn
://
svn.rot13.org
/
Redis
/
6
find
.
-name
'.svn'
-exec
rm
-rf
{}
\
;
2
> /
dev
/
null
7
cd
..
8
rm
-rf
perl
9
mv
temp
/
Redis perl
10
rm
-rf
temp