Rev 2455 | Rev 6439 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2455 | Rev 2879 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 |
|
2 | listfile=wimshome/public_html/scripts/model/$lang/list |
3 | !reset list_exists |
3 | !reset list_exists |
4 | !read $listfile |
4 | !read $listfile |
5 | !if $list_exists=yes |
5 | !if $list_exists=yes |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | src=!sh cd model/$lang/src; ls *.oef | sed 's/.oef$$//' |
9 | src=!sh cd $wims_home/public_html/scripts/model/$lang/src; ls *.oef | sed 's/.oef$$//' |
10 | src=!words2items $src |
10 | src=!words2items $src |
11 | 11 | ||
12 | !writefile $listfile |
12 | !writefile $listfile |
13 | types= |
13 | types= |
14 | !for f in $src |
14 | !for f in $src |