mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
# 2.1 means "1st pane of the 2nd window"
|
|
tmux send-keys -t 2.1 C-c
|
|
sleep 0.5
|
|
tmux send-keys -t 2.1 clear C-m
|
|
sleep 0.2
|
|
tmux send-keys -t 2.1 "go run ./cmd/client" C-m
|
|
sleep 0.2
|