Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
123d7c93
Commit
123d7c93
authored
Sep 02, 2009
by
antirez
Browse files
update-scala-client script added
parent
7c44bbb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
client-libraries/update-scala-client.sh
0 → 100755
View file @
123d7c93
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment