Created
June 20, 2019 19:02
-
-
Save alienbogart/78e25d6bd869a277c0ac0b3ec5d7f40b 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/bash | |
| source ~/.bash_aliases | |
| tmux new-session -ds 0 > /dev/null 2>&1 | |
| tmux new-session -ds 1 > /dev/null 2>&1 | |
| tmux new-session -ds 2 > /dev/null 2>&1 | |
| tmux new-session -ds 3 > /dev/null 2>&1 | |
| tmux new-session -ds 4 > /dev/null 2>&1 | |
| tmux new-session -ds 5 > /dev/null 2>&1 | |
| tmux new-session -ds 6 > /dev/null 2>&1 | |
| tmux new-session -ds 7 > /dev/null 2>&1 | |
| tmux new-session -ds 8 > /dev/null 2>&1 | |
| tmux new-session -ds 9 > /dev/null 2>&1 | |
| tmux attach -t 0 &>/dev/null || tmux switch-client -t 0 | |
| # vim: ft=tmux nowrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment