Skip to content

Instantly share code, notes, and snippets.

@MarkBennett
Created April 7, 2011 21:02
Show Gist options
  • Select an option

  • Save MarkBennett/908712 to your computer and use it in GitHub Desktop.

Select an option

Save MarkBennett/908712 to your computer and use it in GitHub Desktop.
A newer version of a tmux session script
#!/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