标签:grep span php The 运行 echo bash result dex
#!/bin/bash if ps -ef|grep "php index"|egrep -v grep >/dev/null then echo "" 2>&1 >> /dev/null; else php index 2>&1 >> result.txt & fi
标签:grep span php The 运行 echo bash result dex
原文地址:https://www.cnblogs.com/yamboo/p/10659059.html