valkey/client-libraries/update-lua-client.sh
2009-04-08 13:26:36 +02:00

13 lines
168 B
Bash
Executable File

#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/nrk/redis-lua.git
cd redis-lua
rm -rf .git
cd ..
cd ..
rm -rf lua
mv temp/redis-lua lua
rm -rf temp