mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
update-scala-client script added
This commit is contained in:
parent
7c44bbb110
commit
123d7c93cb
12
client-libraries/update-scala-client.sh
Executable file
12
client-libraries/update-scala-client.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user