小编GTS*_*Joe的帖子

tmux 脚本来启动几个命令

如何在 bash 脚本中编写以下内容?

tmux # Start tmux session.
compass watch /path/to/project1/compass/ # Run the first process.
Ctrl + B, " # Split the pane.
compass watch /path/to/project2/compass/ # Run the second process.
Ctrl + B, D # Exit the session.
Run Code Online (Sandbox Code Playgroud)

scripting tmux

34
推荐指数
3
解决办法
2万
查看次数

标签 统计

scripting ×1

tmux ×1