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,12 @@
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/nrk/redis-lua.git
cd redis-lua
rm -rf .git
cd ..
cd ..
rm -rf lua
mv temp/redis-lua lua
rm -rf temp