>>162
$ cat resize
#! /bin/sh
export COLUMNS=`tput cols`
export LINES=`tput lines`