hive

  • shells/hive.sh

      1 #!/bin/bash 2 function hive_stop(){ 3 pid=$(ps ax | grep “hive”) 4 kill $pid || echo “…

    智能运维 2022年4月18日