Subversion Repositories wimsdev

Rev

Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4342 Rev 14890
Line 2... Line 2...
2
test=$[$bst_since/2]
2
test=$[$bst_since/2]
3
!if NaN isin $test
3
!if NaN isin $test
4
 bst_since=!date -d '1 month ago' '+%Y%m%d'
4
  bst_since=!date -d '1 month ago' '+%Y%m%d'
5
!endif 
5
!endif
6
 
6
 
7
!sh if [ -e $wims_home/s2/$wims_session/$bst_since ]; then exit; fi;\
7
!sh if [ -e $wims_home/s2/$wims_session/$bst_since ]; then exit; fi;\
8
 if [ ! -d $wims_home/log/ccaccount ]; then exit; fi\
8
 if [ ! -d $wims_home/log/ccaccount ]; then exit; fi\
9
 ltclasses=`cat $wims_home/log/classes/.index | cut -d: -f2 | cut -d, -f1`;\
9
 ltclasses=`cat $wims_home/log/classes/.index | cut -d: -f2 | cut -d, -f1`;\
10
 rm -f $wims_home/s2/$wims_session/tmp;\
10
 rm -f $wims_home/s2/$wims_session/tmp;\