shell - 启动脚本
start#!/bin/bashecho "enter"count=`ps -ef | grep recommend2sequence | grep -v "grep" |wc -l`if [ $count -gt 0 ]; then echo "recommend2sequence already runing....." exitelse echo "start recommend2sequence....