# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # gos720 src/gos/2d/XTOP/contrib/programs/a2x/DragonDictate 1.1 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 1997 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # SCCSID_BEGIN_TAG # @(#)17 1.1 src/gos/2d/XTOP/contrib/programs/a2x/DragonDictate, xsample, gos720 1/9/97 12:51:25 # SCCSID_END_TAG #!/bin/csh -f cd / if ( ! $?TERM ) then setenv TERM vt100 unsetenv TERMCAP endif if ( "$TERM" == "dialup" || "$TERM" == "network" ) then setenv TERM vt100 unsetenv TERMCAP endif clear if ( $?A2XOPTS ) then exec a2x $* $A2XOPTS else exec a2x $* endif