task_get_history_index.sh 179 B

123456789
  1. #!/bin/sh
  2. cd /home/wwwroot/default/boniu/task
  3. echo '正在获取所有股票的历史指数数据...'
  4. nohup php ./task_get_history_index.php &
  5. sleep 1s
  6. echo "完成!"
  7. sleep 1s