Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # window 0 = irc
  4. # window 1 = development server
  5. # window 2 = vim w/ autotest split
  6. # window 3 = console
  7. # window 4 = remote server
  8. tmux new-session -s litdistco -n irc \; new-window -n server \; new-window -n vim \; split-window -d -p 30 \; new-window -n console \; new-window -n remote
Add Comment
Please, Sign In to add comment