Skip to content

Instantly share code, notes, and snippets.

@mcwienczek
Last active October 2, 2016 10:57
Show Gist options
  • Save mcwienczek/a8d2440c3a90693886959437e2fcf010 to your computer and use it in GitHub Desktop.
Save mcwienczek/a8d2440c3a90693886959437e2fcf010 to your computer and use it in GitHub Desktop.
Tmux shell script for creating new session, the first one that worked for me
#!/bin/sh
tmux new-session -s default -d
tmux new-window
tmux new-window
tmux new-window
tmux new-window
tmux new-window
tmux new-window
tmux new-window irssi
tmux -2 attach-session -t default -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment