1 2 3
#/bin/sh tmux list-windows | grep -v "irc" | grep -v "email" | cut -d: -f1 | xargs -I{} tmux send-keys -t {} "$1" C-m