#!/bin/bash JEKYLL_DIR="$HOME/Documents/jekyll-project" tmux new -ds jweb tmux send-keys -t jweb "cd $JEKYLL_DIR" Enter tmux send-keys -t jweb "jweb" Enter