library clients update scripts

This commit is contained in:
antirez
2009-04-08 13:26:36 +02:00
parent 9495122b18
commit 0bd06e524a
5 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
svn checkout svn://svn.rot13.org/Redis/
find . -name '.svn' -exec rm -rf {} \; 2> /dev/null
cd ..
rm -rf perl
mv temp/Redis perl
rm -rf temp