Rev 625 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 625 | Rev 2535 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | fra-balm-conjug,\ |
6 | fra-balm-conjug,\ |
7 | fra-balm-voc,\ |
7 | fra-balm-voc,\ |
8 | fra-vocf,\ |
8 | fra-vocf,\ |
9 | swe-balm-voc |
9 | swe-balm-voc |
10 | 10 | ||
- | 11 | swac_list=!sh ls -d $wims_home/public_html/scripts/data/swac/*/ |
|
- | 12 | swac_list=!replace internal / by , in $swac_list |
|
- | 13 | swac_list=!column -2 of $swac_list |
|
- | 14 | ||
11 | packs=!items2words |
15 | packs=!items2words $swac_list |
12 | 16 | ||
13 | !if $job2=add |
17 | !if $job2=add |
14 | log=!mexec scripts/swac.sh $packs |
18 | log=!mexec scripts/swac.sh $packs |
15 | !endif |
19 | !endif |
16 | 20 |