#!/bin/sh # $Id: run-vttest,v 1.1 2019/06/29 15:43:39 tom Exp $ # use this wrapper for terminals that do not resize via escape sequences ROWS=$(stty size| awk '{print $1;}') COLS=$(stty size| awk '{print $2;}') vttest ${ROWS}x${COLS}.${COLS}