add submodule: kvstore
This commit is contained in:
4
scripts/run_kv.sh
Executable file
4
scripts/run_kv.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
cd third_party/kvstore/
|
||||
stdbuf -oL -eL nohup ./kvstore > /tmp/kvlog 2>&1 &
|
||||
echo $! > /tmp/kvstore.pid
|
||||
cat /tmp/kvstore.pid
|
||||
Reference in New Issue
Block a user