starts cleaning up a bit
This commit is contained in:
3
tmux.sh
3
tmux.sh
@@ -2,6 +2,7 @@
|
||||
|
||||
tmux new-session -d -s elm
|
||||
tmux split-window -v "elm reactor --port 8080"
|
||||
tmux split-window -h -c $HOME/Projets/rust/lootalot "cargo run"
|
||||
tmux split-window -v -c $HOME/Projets/rust/lootalot "cargo run"
|
||||
tmux select-pane -U
|
||||
tmux select-pane -U
|
||||
tmux attach-session -t elm
|
||||
|
||||
Reference in New Issue
Block a user