]> git.saurik.com Git - redis.git/commitdiff
update-scala-client script added
authorantirez <antirez@gmail.com>
Wed, 2 Sep 2009 08:36:03 +0000 (10:36 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 Sep 2009 08:36:03 +0000 (10:36 +0200)
client-libraries/update-scala-client.sh [new file with mode: 0755]

diff --git a/client-libraries/update-scala-client.sh b/client-libraries/update-scala-client.sh
new file mode 100755 (executable)
index 0000000..622097b
--- /dev/null
@@ -0,0 +1,12 @@
+#!/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