Add tmux session setup for Jotlin
This commit is contained in:
@@ -56,6 +56,14 @@ elif [ "$sess" = "eko" ]; then
|
||||
# tmux send-keys -t $sess:logs.2 "tail -f client.log" C-m
|
||||
# tmux send-keys -t $sess:logs.3 "go run ./cmd/server --stdout" C-m
|
||||
|
||||
tmux select-window -t $sess:editor
|
||||
elif [ "$sess" = "Jotlin" ]; then
|
||||
tmux rename-window -t $sess:1 editor
|
||||
tmux send-keys -t $sess:editor.1 "vim" C-m
|
||||
|
||||
tmux new-window -t $sess -n server -c $dir
|
||||
tmux send-keys -t $sess:server.1 "./gradlew runServer" C-m
|
||||
|
||||
tmux select-window -t $sess:editor
|
||||
elif [ "$sess" = "blockbrawl" ]; then
|
||||
tmux rename-window -t $sess:1 editor
|
||||
|
||||
Reference in New Issue
Block a user