From d26463d43c05153bb69f41f6c84ce4c328727b8a Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 27 Jun 2024 21:19:08 +0200 Subject: [PATCH] Add run script --- bin/run | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 bin/run diff --git a/bin/run b/bin/run new file mode 100755 index 00000000..9db7e93f --- /dev/null +++ b/bin/run @@ -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 +