Commit 123d7c93 authored by antirez's avatar antirez
Browse files

update-scala-client script added

parent 7c44bbb1
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/acrosa/scala-redis.git
cd scala-redis
rm -rf .git
cd ..
cd ..
rm -rf scala
mv temp/scala-redis scala
rm -rf temp
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment