Skip to content

Instantly share code, notes, and snippets.

@adonis0147
Created April 15, 2022 02:58
Show Gist options
  • Select an option

  • Save adonis0147/6a3e88953f09688d3880c13f037f18d0 to your computer and use it in GitHub Desktop.

Select an option

Save adonis0147/6a3e88953f09688d3880c13f037f18d0 to your computer and use it in GitHub Desktop.
#!/usr/bin/expect
trap {
set rows [stty rows]
set cols [stty columns]
stty rows $rows columns $cols < $spawn_out(slave,name)
} WINCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment