Change .tmux to .tmux-sessionizer

This commit is contained in:
Oliver Davies 2024-12-07 01:31:58 +00:00
parent bf3485b035
commit 63aa375cf9
2 changed files with 7 additions and 21 deletions

7
.tmux-sessionizer Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
tmux new-window -dn shell
tmux new-window -dn server
tmux new-window -dn daily_emails -c "source/_daily_emails"
tmux send-keys -t server "./run start" Enter