소스 검색

Create task_get_day_k_index.sh

wanggangtao 5 년 전
부모
커밋
86de958a7a
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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
+