mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-07 18:26:41 +08:00
14 lines
172 B
Bash
14 lines
172 B
Bash
#!/bin/bash
|
|
|
|
cd $DEMO_HOME/
|
|
|
|
sleep 3600
|
|
|
|
# if [[ "$ROLE" == 's' ]]; then
|
|
# # run server
|
|
# ./build/bin/kvs s &> /log_kvs.txt
|
|
# else
|
|
# # run client
|
|
# sleep 3600
|
|
# fi
|