Rev 8566 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8566 | Rev 8571 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | wims_home=`pwd`; |
3 | wims_home=`pwd`; |
- | 4 | ||
4 | export tmp_dir=$wims_home/wimstest |
5 | export tmp_dir=$wims_home/wimstest |
- | 6 | ||
5 |
|
7 | #export wims_exec_parm="about" |
6 |
|
8 | #$wims_home/src/Interfaces/maxima |
7 |
|
9 | #echo "\n" |
- | 10 | ||
8 | export wims_exec_parm="3+4" |
11 | export wims_exec_parm="3+4" |
9 | $wims_home/src/Interfaces/maxima |
12 | $wims_home/src/Interfaces/maxima |
10 | echo "\n" |
- | |
11 | - |