Created
November 27, 2013 14:06
-
-
Save alexyoung/7676231 to your computer and use it in GitHub Desktop.
Tmux Train
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/bash | |
SESSION=tlol | |
tmux set -g default-shell /bin/bash | |
tmux set -g default-command /bin/bash | |
tmux new-session -d -s $SESSION | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -h | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -v | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -h | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -v | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -h | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -v | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -h | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux split-window -v | |
tmux send-keys "/usr/local/bin/sl" C-m C-d | |
tmux attach -t $SESSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment