#!/bin/ksh # $Revision: 1.1 $ # Copyright (C) 1994, 1995 Taligent, Inc. All rights reserved. # if [ -n "$1" -a -d $TaligentRoot/Places/DefaultUserHomePlace/$1 ]; then RunDocument -o $1 else RunDocument -c -o 'TSampleTextStationery' PresFrmwkText $1 fi