get_stock_all_code_name_list.sh 216 B

12345678910
  1. #!/bin/sh
  2. cd /home/wwwroot/default/boniu/data/sh
  3. while [ 1 ]
  4. do
  5. nohup /home/wwwroot/default/boniu/data get_stock_all_code_name_by_sina.php?exchange=sh&sector=10&start=0 &
  6. sleep 3600
  7. rm nohup.out
  8. sleep 86400
  9. done