Skip to content

Instantly share code, notes, and snippets.

@alienbogart
Created June 20, 2019 19:02
Show Gist options
  • Select an option

  • Save alienbogart/78e25d6bd869a277c0ac0b3ec5d7f40b to your computer and use it in GitHub Desktop.

Select an option

Save alienbogart/78e25d6bd869a277c0ac0b3ec5d7f40b to your computer and use it in GitHub Desktop.
#!/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