task_get_day_k_index.sh 201 B

1234567891011121314
  1. #!/bin/sh
  2. cd /home/wwwroot/default/boniu/task
  3. echo '正在获取所有获取当天的指数数据...'
  4. nohup php ./task_get_day_k_index.php &
  5. sleep 86400s
  6. echo "完成!"
  7. rm -f nohup.out
  8. sleep 1s