Files
lootalot-client/tmux.sh
2019-11-05 15:22:14 +01:00

9 lines
226 B
Bash
Executable File

#!/usr/bin/env bash
tmux new-session -d -s elm
tmux split-window -v "elm reactor --port 8080"
tmux split-window -v -c $HOME/Projets/rust/lootalot "cargo run"
tmux select-pane -U
tmux select-pane -U
tmux attach-session -t elm