Guest User

Untitled

a guest
Jul 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. tmux new-session -d -s sweet
  4. tmux rename-window 'sweet'
  5. tmux select-window -t sweet:0
  6. tmux split-window -h 'exec tmux-sweet-command'
  7. tmux split-window -v -t 0 'exec tmux-sweet-command'
  8. tmux split-window -v -t 1 'exec tmux-sweet-command'
  9. tmux -2 attach-session -t sweet
Add Comment
Please, Sign In to add comment