#!/bin/rc tf=/tmp/stdinpage.$pid fn sigint sighup sigterm{ rm -f $tf exit 1 } cat >$tf window '0 0 850 1024' rc -c 'page '$tf';rm -f '$tf