Parcourir la source

Create task_get_day_k_index.sh

wanggangtao il y a 5 ans
Parent
commit
86de958a7a
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      task/task_get_day_k_index.sh

+ 10 - 0
task/task_get_day_k_index.sh

@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cd /home/wwwroot/default/boniu/task
+echo '正在获取所有股票代码和名称...'
+nohup php ./task_get_day_k_index.php &
+sleep 1s
+echo "完成!"
+rm -f nohup.out
+sleep 86,400s
+