get_stock_all_code_name_list.sh 186 B

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