Skip to content

Instantly share code, notes, and snippets.

@belljustin
Created November 6, 2017 16:14
Show Gist options
  • Select an option

  • Save belljustin/cc5ab06ce03ff47622bc133bd96fd05b to your computer and use it in GitHub Desktop.

Select an option

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