#! /bin/sh
if test "$VIEWER"
then $VIEWER ../stdenv.m
else more -d ../stdenv.m
fi
