#!/bin/sh cd /home/wwwroot/default/boniu/task echo '正在获取所有股票代码和名称...' nohup php ./task_get_all_stock_code_name.php & sleep 60s echo "完成!" sleep 1s