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