博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

shells/maxwell.sh

 

1 #!/bin/bash
2 case $1 in 
3 "start"){
4 /opt/module/maxwell/bin/maxwell --config /opt/module/maxwell/config.properties 
5 };;
6 esac

 

posted @ 2022-04-13 09:54  CHANG_09  阅读(28)  评论(0)    收藏  举报