py_run.sh 689 B

12345678
  1. conda activate py3916
  2. # nohup python /home/songpengfei/work/zlwl-algos/USER/songpengfei/task_day_7/group_1/main.py > output.log 2>&1 &
  3. # nohup python /home/songpengfei/work/zlwl-algos/USER/songpengfei/task_hour_6/group_1/main.py > output.log 2>&1 &
  4. nohup python /home/songpengfei/work/zlwl-algos/ALGOS/PERIODIC/task_hour_6/group_1/main.py > output.log 2>&1 &
  5. nohup python /home/songpengfei/work/zlwl-algos/USER/songpengfei/test/main_by_hand_6h.py > output.log 2>&1 &
  6. nohup python /home/songpengfei/work/zlwl-algos/ALGOS/PERIODIC/task_min_10/group_1/main.py > output.log 2>&1 &
  7. nohup python /home/songpengfei/work/zlwl-algos/USER/songpengfei/test/main_by_hand_10min.py > output.log 2>&1 &