Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12002 | guerimand | 1 | cls=!defof class_superclass in wimshome/log/classes/$wims_class/.def |
2 | !if $cls=$empty |
||
3 | photodir=$wims_class |
||
4 | !else |
||
5 | photodir=$wims_superclass |
||
6 | !endif |
||
7 | !sh cd $wims_home/$wims_sesdir;\ |
||
8 | mkdir -p getfile\ |
||
9 | cd getfile\ |
||
10 | rm -rf photoboard\ |
||
11 | ln -s $wims_home/log/classes/$photodir/photoboard |