Created
April 7, 2011 21:02
-
-
Save MarkBennett/908712 to your computer and use it in GitHub Desktop.
A newer version of a tmux session script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| tmux new-session -s migration -n irc -d | |
| tmux new-window -n migration | |
| tmux new-window -n log1 | |
| tmux split-window -d -p 30 | |
| tmux new-window -n log2 | |
| tmux new-window -n log3 | |
| tmux new-window -n log4 | |
| tmux attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment