mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "stop ..."
|
|
sh stop.sh
|
|
echo "start ..."
|
|
sh start.sh
|
|
|