[BACK]Return to asirrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

File: [local] / OpenXM / rc / asirrc (download)

Revision 1.5, Fri Jan 21 00:47:09 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -1 lines

ASIRCONFIG file OpenXM/rc/asirrc checkes
if there is ~/.asirrc.

/*$OpenXM: OpenXM/rc/asirrc,v 1.5 2000/01/21 00:47:09 takayama Exp $*/
load("gr")$
load("primdec")$
load("katsura")$
load("xm")$
User_asirrc=which(getenv("HOME")+"/.asirrc")$
if (type(User_asirrc)!=0) load(User_asirrc)$
end$