📜  自动化 tmux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:08.243000             🧑  作者: Mango

代码示例1
#!/bin/sh
tmux new-session -d 'vim'
tmux split-window -v 'ipython'
tmux split-window -h
tmux new-window 'mutt'
tmux -2 attach-session -d