#!/bin/sh while read -r line; do tmux send-keys -t1 "$line" C-M done