123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # tmux kill-session -t oak
- tmux new -d -s oak
- tmux new-window -t oak:0 -d
- tmux send-keys -t oak:0 C-c
- tmux send-keys -t oak:0 C-c
- tmux send-keys -t oak:0 "python3 /home/hhh_direct/hhh_use2.py" Enter
- tmux new-window -t oak:1 -d
- tmux send-keys -t oak:1 C-c
- tmux send-keys -t oak:1 C-c
- tmux send-keys -t oak:1 "python3 /home/hhh_direct/hhh_use3.py" Enter
- tmux new-window -t oak:2 -d
- tmux send-keys -t oak:2 C-c
- tmux send-keys -t oak:2 C-c
- tmux send-keys -t oak:2 "python3 /home/hhh_direct/hhh_use4.py" Enter
- tmux new-window -t oak:3 -d
- tmux send-keys -t oak:3 C-c
- tmux send-keys -t oak:3 C-c
- tmux send-keys -t oak:3 "python3 /home/hhh_direct/hhh_use5.py" Enter
- # tmux new-window -t oak:4 -d
- # tmux send-keys -t oak:4 C-c
- # tmux send-keys -t oak:4 C-c
- # tmux send-keys -t oak:4 "python3 /home/hhh_direct/hhh_use6.py" Enter
- # tmux new-window -t oak:5 -d
- # tmux send-keys -t oak:5 C-c
- # tmux send-keys -t oak:5 C-c
- # tmux send-keys -t oak:5 "python3 /home/hhh_direct/hhh_use7.py" Enter
- # tmux new-window -t oak:6 -d
- # tmux send-keys -t oak:6 C-c
- # tmux send-keys -t oak:6 C-c
- # tmux send-keys -t oak:6 "python3 /home/hhh_direct/hhh_use8.py" Enter
- tmux new-window -t oak:7 -d
- tmux send-keys -t oak:7 C-c
- tmux send-keys -t oak:7 C-c
- tmux send-keys -t oak:7 "python3 /home/hhh_direct/hhh_click1.py" Enter
|