5 lines
77 B
Text
5 lines
77 B
Text
|
#!/usr/bin/env expect
|
||
|
|
||
|
spawn bash
|
||
|
send "./test/helpers/setup_tmux_conf.sh\r"
|