projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Redis 0.100 released
[redis.git]
/
client-libraries
/
update-lua-client.sh
1
#!/bin/sh
2
rm
-rf
temp
3
mkdir
temp
4
cd
temp
5
git clone git
://
github.com
/
nrk
/
redis
-lua
.git
6
cd
redis
-lua
7
rm
-rf
.git
8
cd
..
9
cd
..
10
rm
-rf
lua
11
mv
temp
/
redis
-lua
lua
12
rm
-rf
temp