8 lines
179 B
Bash
Executable file
8 lines
179 B
Bash
Executable file
#!/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
|