Last active
October 2, 2016 10:57
-
-
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
This file contains 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 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