8 lines
179 B
Text
8 lines
179 B
Text
|
#!/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
|