#!/bin/sh # Create new window tmux neww -n remote # tmux send-keys -t 0 'cowsay remote' C-m