[BACK]Return to startsm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

File: [local] / OpenXM / src / kan96xx / Doc / startsm1 (download)

Revision 1.1, Fri Oct 8 02:12:02 1999 UTC (24 years, 8 months ago) by maekawa
Branch point for: MAIN

Initial revision

:
: Starting sm1 with checking .sm1rc in the home directory.
: A sample startup file is Sm1rc in this directory.

: Where is your sm1?
SM1BINARY=../Kan/sm1
LOAD_SM1_PATH=$HOME/lib/sm1/
export LOAD_SM1_PATH

if [ -f $HOME/.sm1rc ] 
then
   $SM1BINARY -f $HOME/.sm1rc
elif  [ -f Sm1rc ]
then
   $SM1BINARY -f Sm1rc
else
   $SM1BINARY 
fi