Created
November 6, 2017 16:14
-
-
Save belljustin/cc5ab06ce03ff47622bc133bd96fd05b 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/sh | |
| tmux new-session -d 'ssh jbell30@lab1-13 ~/comp512/tcp/carRM.sh' | |
| tmux split-window -v 'ssh jbell30@lab1-12 ~/comp512/tcp/hotelRM.sh' | |
| tmux split-window -v 'ssh jbell30@lab1-11 ~/comp512/tcp/flightRM.sh' | |
| sleep 0.1 | |
| tmux split-window -v 'ssh jbell30@lab1-14 ~/comp512/tcp/middleware.sh' | |
| sleep 0.1 | |
| tmux split-window -h 'ssh jbell30@lab1-15 ~/comp512/tcp/client.sh' | |
| tmux select-layout main-vertical | |
| tmux attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment