#!/bin/sh cd /home/wwwroot/default/boniu/task echo '正在获取指数日K数据...' nohup php ./task_get_index_day_k.php & sleep 500s echo "完成!" sleep 1s