Add run script

This commit is contained in:
philipp lang 2024-06-27 21:19:08 +02:00
parent 4fda17d2c6
commit d26463d43c
1 changed files with 22 additions and 0 deletions

22
bin/run Executable file
View File

@ -0,0 +1,22 @@
#!/bin/bash
tmux new-session -d -s test
tmux send-keys -t test "a serve" Enter
tmux new-window -t test
tmux send-keys -t test "SS start docker && duu meilisearch" Enter
tmux new-window -t test
tmux send-keys -t test "SS start docker && duu socketi" Enter
tmux new-window -t test
tmux send-keys -t test "nrh" Enter
tmux new-window -t test
tmux send-keys -t test "ggwdk && cd plugins/silva/adrema/assets/vendor/adrema-form && nrd" Enter
tmux new-window -t test
tmux send-keys -t test "cd tests/Fileshare && docker compose up" Enter
tmux attach-session -t test