I have a simple bash script with many commands as below:
(cd /home/mc/ ; echo msg-here ; tmux send-keys -t mc "say xyz" ENTER ; echo successful ;) >