type= " orderBiz " logpath = " /home/jingguoliang/project/sh/ " currentdate=$(date +%Y%m% d) logdatefile =$logpath " orderbiz " $currentdate " .log " if [ - e $logdatefile ];then touch $logdatefile java -jar /home/jingguoliang/project/com.canaan.superviser.rpc-dev.jar $type >> $logdatefile & echo " orderbiz is end "