mirror of
https://github.com/fluencelabs/redis
synced 2025-07-30 16:01:57 +00:00
library clients update scripts
This commit is contained in:
10
client-libraries/update-perl-client.sh
Executable file
10
client-libraries/update-perl-client.sh
Executable 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
|
Reference in New Issue
Block a user