Skip to content

Commit

Permalink
Run script that launches instance in stacked tmux layout (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Ramon Smits <[email protected]>
  • Loading branch information
ramonsmits and Ramon Smits authored Oct 4, 2024
1 parent 60e993c commit c294278
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tmux \
new-session 'dotnet run --project Billing --connectionstring "host=." --rabbitmq' \; \
split-window 'dotnet run --project Sales --connectionstring "host=." --rabbitmq' \; \
split-window 'dotnet run --project ClientUI --connectionstring "host=." --rabbitmq' \; \
split-window 'dotnet run --project Shipping --connectionstring "host=." --rabbitmq' \; \
select-layout even-vertical

0 comments on commit c294278

Please sign in to comment.