Tmux systemd service
This commit is contained in:
parent
09813e83f3
commit
52f66b5de1
2 changed files with 23 additions and 1 deletions
|
|
@ -1,8 +1,15 @@
|
|||
#!/bin/bash
|
||||
#tmux start-server;
|
||||
tmux start-server;
|
||||
tmux new-session -d -s Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-session -d -s Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue