tmux can't find running server when executed from bash script

前端 未结 0 719
别跟我提以往
别跟我提以往 2021-01-27 20:13

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 ;) >          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题