Created
March 18, 2010 01:59
-
-
Save mottram/335970 to your computer and use it in GitHub Desktop.
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 -d -s main | |
tmux new-window -t main:1 alpine | |
tmux rename-window -t main:1 mail | |
tmux new-window -t main:2 'newsbeuter -r' | |
tmux rename-window -t main:2 news | |
tmux select-window -t main:0 | |
tmux attach -t main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment