#!/bin/sh # Copyright (C) A. Stochniol, 1993, 1994. # # This script is used for a trial start of asedit # # Note that application defaults file is taken from # this directory tree and it has a suffix ".ad". # # You might like to redefine XUSERFILESEARCHPATH as well. # (If you have problems because of loading some user resources for # the old asedit version redefine and export XUSERFILESEARCHPATH=.) # MPATH=. XFILESEARCHPATH=$MPATH/%L/%N%C.ad:$MPATH/%l/%N%C.ad:$MPATH/%N%C.ad:$MPATH/%L/%N.ad:$MPATH/%l/%N.ad:$XFILESEARCHPATH export XFILESEARCHPATH exec $MPATH/asedit -helpdir $MPATH ${1+"$@"}