#!/usr/bin/env bash : "${NODE_ENV:=development}" tmux new-window -dn scratch tmux new-window -dn server tmux send-keys -t server "./watch" Enter nvim .