Rev 4666 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4612 | bpr | 1 | # Variable initialisation file. |
2 | # This file is read by wims for new sessions. |
||
3 | |||
4 | # content of the file: initialisation of the problem. |
||
5 | |||
6 | sesdir1=click |
||
7 | sesdir=getfile/$sesdir1 |
||
4666 | bpr | 8 | listexo=!sh cd $wims_home/public_html/modules/$module/data ; ls *.oef |
4612 | bpr | 9 | listexo=!replace internal example by in $listexo |
10 | listexo=!replace internal .oef by in $listexo |
||
11 | listexo=!lines2items $listexo |
||
4645 | bpr | 12 | list_curve=circle,rectangle,polygon |
4612 | bpr | 13 | status=waiting |
14 | wims_module_log=$cmd |