hhh_restart_day.sh 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # tmux kill-session -t oak
  2. tmux new -d -s oak
  3. tmux new-window -t oak:0 -d
  4. tmux send-keys -t oak:0 C-c
  5. tmux send-keys -t oak:0 C-c
  6. tmux send-keys -t oak:0 "python3 /home/hhh_direct/hhh_use2.py" Enter
  7. tmux new-window -t oak:1 -d
  8. tmux send-keys -t oak:1 C-c
  9. tmux send-keys -t oak:1 C-c
  10. tmux send-keys -t oak:1 "python3 /home/hhh_direct/hhh_use3.py" Enter
  11. tmux new-window -t oak:2 -d
  12. tmux send-keys -t oak:2 C-c
  13. tmux send-keys -t oak:2 C-c
  14. tmux send-keys -t oak:2 "python3 /home/hhh_direct/hhh_use4.py" Enter
  15. tmux new-window -t oak:3 -d
  16. tmux send-keys -t oak:3 C-c
  17. tmux send-keys -t oak:3 C-c
  18. tmux send-keys -t oak:3 "python3 /home/hhh_direct/hhh_use5.py" Enter
  19. # tmux new-window -t oak:4 -d
  20. # tmux send-keys -t oak:4 C-c
  21. # tmux send-keys -t oak:4 C-c
  22. # tmux send-keys -t oak:4 "python3 /home/hhh_direct/hhh_use6.py" Enter
  23. # tmux new-window -t oak:5 -d
  24. # tmux send-keys -t oak:5 C-c
  25. # tmux send-keys -t oak:5 C-c
  26. # tmux send-keys -t oak:5 "python3 /home/hhh_direct/hhh_use7.py" Enter
  27. # tmux new-window -t oak:6 -d
  28. # tmux send-keys -t oak:6 C-c
  29. # tmux send-keys -t oak:6 C-c
  30. # tmux send-keys -t oak:6 "python3 /home/hhh_direct/hhh_use8.py" Enter
  31. tmux new-window -t oak:7 -d
  32. tmux send-keys -t oak:7 C-c
  33. tmux send-keys -t oak:7 C-c
  34. tmux send-keys -t oak:7 "python3 /home/hhh_direct/hhh_click1.py" Enter