task_get_day_k_index.sh 194 B

123456789101112
  1. #!/bin/sh
  2. cd /home/wwwroot/default/boniu/task
  3. echo '正在获取所有股票代码和名称...'
  4. nohup php ./task_get_day_k_index.php &
  5. sleep 86,400s
  6. echo "完成!"
  7. rm -f nohup.out
  8. sleep 1s