#!/bin/sh if test "$1" then xterm -T "Man viewer" -e "nroff -man -Tascii \"$1\" | less" fi