6 lines
126 B
Text
6 lines
126 B
Text
|
# steps for starting tmux within an expect script
|
||
|
|
||
|
spawn tmux
|
||
|
# delay with sleep to compensate for tmux starting time
|
||
|
sleep 1
|