client libraries updated

This commit is contained in:
antirez
2009-06-16 16:45:04 +02:00
parent df3fd8d88d
commit 111d9959c0
16 changed files with 165 additions and 86 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/ragnard/redis-clojure.git
cd redis-clojure
rm -rf .git
cd ..
cd ..
rm -rf clojure
mv temp/redis-clojure clojure
rm -rf temp