Annotation of OpenXM/src/kan96xx/Doc/startsm1, Revision 1.1.1.1
1.1 maekawa 1: :
2: : Starting sm1 with checking .sm1rc in the home directory.
3: : A sample startup file is Sm1rc in this directory.
4:
5: : Where is your sm1?
6: SM1BINARY=../Kan/sm1
7: LOAD_SM1_PATH=$HOME/lib/sm1/
8: export LOAD_SM1_PATH
9:
10: if [ -f $HOME/.sm1rc ]
11: then
12: $SM1BINARY -f $HOME/.sm1rc
13: elif [ -f Sm1rc ]
14: then
15: $SM1BINARY -f Sm1rc
16: else
17: $SM1BINARY
18: fi
19:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>